freebsd-dev/sbin/geom/misc
Marcel Moolenaar 59458baf2b Add two support functions:
o  gctl_delete_param() -- intended for parameters that are consumed
   by geom(8) itself and which should not be passed to the kernel.
o  gctl_has_param() -- intended to check if optional parameters are
   present.

Both are needed by gpart(8) to process the optional parameter for
writing bootcode to a partition (as part of the bootcode verb).
However, the kernel is itself not involved in this matter and the
parameter needs to be removed from the request destined for the
kernel.
2008-06-06 22:44:03 +00:00
..
subr.c Add two support functions: 2008-06-06 22:44:03 +00:00
subr.h Add two support functions: 2008-06-06 22:44:03 +00:00