Searched refs:grouplist (Results 1 – 1 of 1) sorted by relevance
4178 kauth_cred_getgroups(kauth_cred_t cred, gid_t *grouplist, size_t *countp) in kauth_cred_getgroups() argument4188 if (grouplist == NULL) { in kauth_cred_getgroups()4205 err = kauth_cred_uid2groups(&uid, grouplist, countp); in kauth_cred_getgroups()4226 memcpy(grouplist, pcred->cr_groups, sizeof(gid_t) * limit); in kauth_cred_getgroups()