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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c203 static struct kauth_identity *kauth_identity_alloc(uid_t uid, gid_t gid, guid_t *guidp, time_t guid_expiry,
1056 * kauth_identity_alloc
1073 kauth_identity_alloc(uid_t uid, gid_t gid, guid_t *guidp, time_t guid_expiry, ntsid_t *ntsidp, time_t ntsid_expiry, const char *name, int nametype) function
1121 * previously allocated via kauth_identity_alloc().
1284 kip = kauth_identity_alloc(elp->el_uid, KAUTH_GID_NONE,
1341 kip = kauth_identity_alloc(KAUTH_UID_NONE, elp->el_gid,

Completed in 27 milliseconds