Searched refs:cr_agroups (Results 1 – 2 of 2) sorted by relevance
98 int cr_agroups; /* Available groups */ member
2480 cr->cr_agroups = nitems(cr->cr_smallgroups); in crget()2738 while (cr->cr_agroups < oldcred->cr_agroups) { in crcopysafe()2739 groups = oldcred->cr_agroups; in crcopysafe()2765 if (n <= cr->cr_agroups) in crextend()2792 cr->cr_agroups = nbytes / sizeof(gid_t); in crextend()2854 MPASS2(cr->cr_agroups >= ngrp, "'cr_agroups' too small"); in crsetgroups_internal()