Searched refs:supgrps (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_credential.c | 219 ntsid_t *ntsidp, time_t ntsid_expiry, size_t supgrpcnt, gid_t *supgrps, time_t groups_expiry, 1087 ntsid_t *ntsidp, time_t ntsid_expiry, size_t supgrpcnt, gid_t *supgrps, time_t groups_expiry, in kauth_identity_alloc() argument 1110 assert(supgrps != NULL); in kauth_identity_alloc() 1112 if ((supgrpcnt > NGROUPS) || (supgrps == NULL)) { in kauth_identity_alloc() 1119 memcpy(kip->ki_supgrps, supgrps, sizeof(supgrps[0]) * supgrpcnt); in kauth_identity_alloc()
|