Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Ducred.h69 gid_t cr_smallgroups[XU_NGROUPS]; /* storage for small groups */ member
/f-stack/freebsd/sys/
H A Ducred.h84 gid_t cr_smallgroups[XU_NGROUPS]; /* storage for small groups */ member
/f-stack/freebsd/kern/
H A Dkern_prot.c2003 cr->cr_groups = cr->cr_smallgroups; in crget()
2005 sizeof(cr->cr_smallgroups) / sizeof(cr->cr_smallgroups[0]); in crget()
2090 if (cr->cr_groups != cr->cr_smallgroups) in crfree_final()
2272 if (cr->cr_groups != cr->cr_smallgroups) in crextend()