Searched hist:179628 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/geom/misc/
H A Dsubr.hdiff 179628 Fri Jun 06 20:56:38 MDT 2008 marcel 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.
H A Dsubr.cdiff 179628 Fri Jun 06 20:56:38 MDT 2008 marcel 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.

Completed in 72 milliseconds