Lines Matching refs:crg_groups
550 endgp = &grps->crg_groups[grps->crg_ngroups]; in supgroupmember()
551 for (gp = grps->crg_groups; gp < endgp; gp++) in supgroupmember()
560 gp = grps->crg_groups; in supgroupmember()
664 bcmp(grp1->crg_groups, grp2->crg_groups, in crcmp()
842 bcopy(grp, cr->cr_grps->crg_groups, n * sizeof (gid_t)); in crsetgroups()
845 qsort(cr->cr_grps->crg_groups, n, sizeof (gid_t), gidcmp); in crsetgroups()
869 return (cr->cr_grps == NULL ? &cr->cr_gid : cr->cr_grps->crg_groups); in crgetgroups()
891 bcopy(cr->cr_grps->crg_groups, pcrp->pr_groups, in cred2prcred()
1440 if (copyin(gidset, mem->crg_groups, sizeof (gid_t) * n)) { in crgrpcopyin()
1446 qsort(mem->crg_groups, n, sizeof (gid_t), gidcmp); in crgrpcopyin()
1453 return (grps->crg_groups); in crgetggroups()