Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Ducred.h98 gid_t cr_smallgroups[CRED_SMALLGROUPS_NB]; member
/freebsd/sys/kern/
H A Dkern_prot.c2648 cr->cr_groups = cr->cr_smallgroups; in crget()
2649 cr->cr_agroups = nitems(cr->cr_smallgroups); in crget()
2734 if (cr->cr_groups != cr->cr_smallgroups) in crfree_final()
2957 if (cr->cr_groups != cr->cr_smallgroups) in crextend()