Searched refs:kauth_cred_getgroups (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h304 extern int kauth_cred_getgroups(kauth_cred_t _cred, gid_t *_groups, int *_groupcount);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1054 (void)kauth_cred_getgroups(cred, grouplist, &groupcount);
1145 (void)kauth_cred_getgroups(cred, grouplist, &groupcount);
1171 (void)kauth_cred_getgroups(cred, grouplist, &groupcount);
2541 if (!kauth_cred_getgroups(cred, groups, &groupcount) &&
2542 !kauth_cred_getgroups(cred2, groups2, &group2count) &&
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c3886 kauth_cred_getgroups(kauth_cred_t cred, gid_t *grouplist, int *countp) function

Completed in 27 milliseconds