Searched refs:grouplist (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1048 gid_t grouplist[NGROUPS]; local
1054 (void)kauth_cred_getgroups(cred, grouplist, &groupcount);
1132 gid_t grouplist[NGROUPS]; local
1143 memset(grouplist, 0, sizeof(grouplist));
1145 (void)kauth_cred_getgroups(cred, grouplist, &groupcount);
1147 nfsm_chain_add_32(error, &nmreq, grouplist[i]);
1164 gid_t grouplist[NGROUPS]; local
1171 (void)kauth_cred_getgroups(cred, grouplist, &groupcount);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c3886 kauth_cred_getgroups(kauth_cred_t cred, gid_t *grouplist, int *countp) argument
3893 * treat it as an indicator of the buffer size available in grouplist,
3901 memcpy(grouplist, cred->cr_posix.cr_groups, sizeof(gid_t) * limit);

Completed in 118 milliseconds