Searched refs:cr_smallgrps (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c118 * cr_smallgrps can be used for a group list up to SMALLNGROUPS in size.
125 gid_t cr_smallgrps[SMALLNGROUPS]; member in struct:expcred
1578 anon.cr_groups = anon.cr_smallgrps;
1874 if (anon.cr_groups != anon.cr_smallgrps) {
2977 if (ep->ex_defanon.cr_groups != ep->ex_defanon.cr_smallgrps)
3541 cr->cr_groups = cr->cr_smallgrps;
3726 if (grp->gr_anon.cr_groups != grp->gr_anon.cr_smallgrps)
3949 outcr->cr_groups = outcr->cr_smallgrps;

Completed in 104 milliseconds