Searched refs:noboot (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/geom/eli/ |
| HD | g_eli_ctl.c | 395 int *nargs, *boot, *noboot, *trim, *notrim, *geliboot, *nogeliboot; in g_eli_ctl_configure() local 418 noboot = gctl_get_paraml(req, "noboot", sizeof(*noboot)); in g_eli_ctl_configure() 419 if (noboot == NULL) in g_eli_ctl_configure() 420 noboot = &zero; in g_eli_ctl_configure() 421 if (*boot && *noboot) { in g_eli_ctl_configure() 425 if (*boot || *noboot) in g_eli_ctl_configure() 513 } else if (*noboot && !(sc->sc_flags & G_ELI_FLAG_BOOT)) { in g_eli_ctl_configure() 583 } else if (*noboot) { in g_eli_ctl_configure()
|
| /freebsd-14-stable/lib/geom/eli/ |
| HD | geom_eli.c | 1227 bool boot, noboot, geliboot, nogeliboot, displaypass, nodisplaypass; in eli_configure() local 1239 noboot = gctl_get_int(req, "noboot"); in eli_configure() 1250 if (boot && noboot) { in eli_configure() 1256 else if (noboot) in eli_configure()
|