Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Ducred.h83 gid_t cr_smallgroups[XU_NGROUPS]; /* storage for small groups */ member
/freebsd-14.2/sys/kern/
H A Dkern_prot.c2051 cr->cr_groups = cr->cr_smallgroups; in crget()
2053 sizeof(cr->cr_smallgroups) / sizeof(cr->cr_smallgroups[0]); in crget()
2138 if (cr->cr_groups != cr->cr_smallgroups) in crfree_final()
2321 if (cr->cr_groups != cr->cr_smallgroups) in crextend()