Home
last modified time | relevance | path

Searched refs:preallocated_groups (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_prot.c661 struct setcred *const wcred, gid_t *preallocated_groups) in kern_setcred() argument
686 if (preallocated_groups != NULL) { in kern_setcred()
687 groups = preallocated_groups; in kern_setcred()
688 MPASS(preallocated_groups + 1 == wcred->sc_supp_groups); in kern_setcred()
846 if (groups != preallocated_groups && groups != smallgroups) in kern_setcred()
/freebsd/sys/sys/
H A Dsyscallsubr.h325 struct setcred *const wcred, gid_t *preallocated_groups);