Searched refs:noboot (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/eli/ |
H A D | g_eli_ctl.c | 394 int *nargs, *boot, *noboot, *trim, *notrim, *geliboot, *nogeliboot; in g_eli_ctl_configure() local 417 noboot = gctl_get_paraml(req, "noboot", sizeof(*noboot)); in g_eli_ctl_configure() 418 if (noboot == NULL) in g_eli_ctl_configure() 419 noboot = &zero; in g_eli_ctl_configure() 420 if (*boot && *noboot) { in g_eli_ctl_configure() 424 if (*boot || *noboot) in g_eli_ctl_configure() 512 } else if (*noboot && !(sc->sc_flags & G_ELI_FLAG_BOOT)) { in g_eli_ctl_configure() 582 } else if (*noboot) { in g_eli_ctl_configure()
|
/freebsd/lib/geom/eli/ |
H A D | geom_eli.c | 1226 bool boot, noboot, geliboot, nogeliboot, displaypass, nodisplaypass; in eli_configure() local 1238 noboot = gctl_get_int(req, "noboot"); in eli_configure() 1249 if (boot && noboot) { in eli_configure() 1255 else if (noboot) in eli_configure()
|