Searched refs:noboot (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/geom/eli/
H A Dg_eli_ctl.c380 int *nargs, *boot, *noboot; local
401 noboot = gctl_get_paraml(req, "noboot", sizeof(*noboot));
402 if (noboot == NULL) {
403 gctl_error(req, "No '%s' argument.", "noboot");
406 if (*boot && *noboot) {
410 if (!*boot && !*noboot) {
/freebsd-10.0-release/sbin/geom/class/eli/
H A Dgeom_eli.c180 { 'B', "noboot", NULL, G_TYPE_BOOL },
929 bool boot, noboot; local
939 noboot = gctl_get_int(req, "noboot");
941 if (boot && noboot) {
945 if (!boot && !noboot) {

Completed in 198 milliseconds