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