Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Ducred.h100 gid_t cr_smallgroups[CRED_SMALLGROUPS_NB]; member
/freebsd/sys/kern/
H A Dkern_prot.c2479 cr->cr_groups = cr->cr_smallgroups; in crget()
2480 cr->cr_agroups = nitems(cr->cr_smallgroups); in crget()
2565 if (cr->cr_groups != cr->cr_smallgroups) in crfree_final()
2788 if (cr->cr_groups != cr->cr_smallgroups) in crextend()