Searched refs:grouplist (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_credential.c | 4193 kauth_cred_getgroups(kauth_cred_t cred, gid_t *grouplist, size_t *countp) in kauth_cred_getgroups() argument 4203 if (grouplist == NULL) { in kauth_cred_getgroups() 4220 err = kauth_cred_uid2groups(&uid, grouplist, countp); in kauth_cred_getgroups() 4241 memcpy(grouplist, pcred->cr_groups, sizeof(gid_t) * limit); in kauth_cred_getgroups()
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_subs.c | 1286 gid_t grouplist[NGROUPS]; in nfsm_rpchead2() local 1301 groupcount = get_auxiliary_groups(cred, grouplist, count); in nfsm_rpchead2() 1394 nfsm_chain_add_32(error, &nmreq, grouplist[i]); in nfsm_rpchead2() 1421 groupcount = get_auxiliary_groups(cred, grouplist, count); in nfsm_rpchead2()
|