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

/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h259 extern int kauth_cred_getguid(kauth_cred_t _cred, guid_t *_guidp);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c636 if ((error = kauth_cred_getguid(cred, &guid)) != 0) {
H A Dkern_credential.c2181 * kauth_cred_getguid
2195 kauth_cred_getguid(kauth_cred_t cred, guid_t *guidp) function
2203 * kauth_cred_getguid
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c7220 if ((error = kauth_cred_getguid(cred, &changer)) != 0) {
7641 if ((error = kauth_cred_getguid(cred, &changer)) != 0) {

Completed in 45 milliseconds