]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
GEOM: Introduce gctl_add_param() API.
authorAlexander Motin <mav@FreeBSD.org>
Mon, 7 Mar 2022 16:06:11 +0000 (11:06 -0500)
committerAlexander Motin <mav@FreeBSD.org>
Mon, 7 Mar 2022 16:12:25 +0000 (11:12 -0500)
commit2117cdd4b4ebda7db0270c56f5a3cbdd37ec8cfc
tree12d5cf32f6cdd900fffc89b1b80fe1e7e8682767
parent01b9c48b5dec8d4a1161e0592f04b3301c81a1f8
GEOM: Introduce gctl_add_param() API.

Make gctl_add_param() API public, allowing more precise control over
parameter flags.  Previously it was impossible to properly declare
write-only ASCII parameters, used for result reporting, they were
declared as read-write binary instead, that was not nice.

MFC after: 1 month
lib/geom/part/geom_part.c
lib/libgeom/geom_ctl.c
lib/libgeom/libgeom.h
sbin/ccdconfig/ccdconfig.c
sbin/geom/core/geom.c
sbin/gvinum/gvinum.c
usr.sbin/bsdinstall/partedit/gpart_ops.c