Lines Matching refs:notrim
258 int *nargs, *detach, *noautoresize, *notrim; in g_eli_ctl_onetime() local
285 notrim = gctl_get_paraml(req, "notrim", sizeof(*notrim)); in g_eli_ctl_onetime()
286 if (notrim != NULL && *notrim) in g_eli_ctl_onetime()
394 int *nargs, *boot, *noboot, *trim, *notrim, *geliboot, *nogeliboot; in g_eli_ctl_configure() local
430 notrim = gctl_get_paraml(req, "notrim", sizeof(*notrim)); in g_eli_ctl_configure()
431 if (notrim == NULL) in g_eli_ctl_configure()
432 notrim = &zero; in g_eli_ctl_configure()
433 if (*trim && *notrim) { in g_eli_ctl_configure()
437 if (*trim || *notrim) in g_eli_ctl_configure()
518 if (*notrim && (sc->sc_flags & G_ELI_FLAG_NODELETE)) { in g_eli_ctl_configure()
587 if (*notrim) { in g_eli_ctl_configure()