Searched refs:grouplist (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_credential.c | 4184 kauth_cred_getgroups(kauth_cred_t cred, gid_t *grouplist, size_t *countp) in kauth_cred_getgroups() argument 4194 if (grouplist == NULL) { in kauth_cred_getgroups() 4211 err = kauth_cred_uid2groups(&uid, grouplist, countp); in kauth_cred_getgroups() 4232 memcpy(grouplist, pcred->cr_groups, sizeof(gid_t) * limit); in kauth_cred_getgroups()
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_subs.c | 1285 gid_t grouplist[NGROUPS]; in nfsm_rpchead2() local 1300 groupcount = get_auxiliary_groups(cred, grouplist, count); in nfsm_rpchead2() 1393 nfsm_chain_add_32(error, &nmreq, grouplist[i]); in nfsm_rpchead2() 1420 groupcount = get_auxiliary_groups(cred, grouplist, count); in nfsm_rpchead2()
|