Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Ducred.h84 gid_t cr_smallgroups[XU_NGROUPS]; /* storage for small groups */ member
/freebsd-13.1/sys/kern/
H A Dkern_prot.c2004 cr->cr_groups = cr->cr_smallgroups; in crget()
2006 sizeof(cr->cr_smallgroups) / sizeof(cr->cr_smallgroups[0]); in crget()
2091 if (cr->cr_groups != cr->cr_smallgroups) in crfree_final()
2273 if (cr->cr_groups != cr->cr_smallgroups) in crextend()