Lines Matching refs:crg_ngroups
549 if (grps->crg_ngroups <= BIN_GROUP_SEARCH_CUTOFF) { in supgroupmember()
550 endgp = &grps->crg_groups[grps->crg_ngroups]; in supgroupmember()
559 hi = grps->crg_ngroups - 1; in supgroupmember()
663 grp1->crg_ngroups == grp2->crg_ngroups && in crcmp()
665 grp1->crg_ngroups * sizeof (gid_t)) == 0))) { in crcmp()
844 cr->cr_grps->crg_ngroups = n; in crsetgroups()
875 return (cr->cr_grps == NULL ? 0 : cr->cr_grps->crg_ngroups); in crgetngroups()
888 pcrp->pr_ngroups = cr->cr_grps == NULL ? 0 : cr->cr_grps->crg_ngroups; in cred2prcred()
1007 ndiff = ngroups_max - cr->cr_grps->crg_ngroups; in ucredminsize()
1445 mem->crg_ngroups = n; in crgrpcopyin()
1471 kmem_free(grps, CREDGRPSZ(grps->crg_ngroups)); in crgrprele()