Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dkauth.h211 extern int kauth_cred_getguid(kauth_cred_t _cred, guid_t *_guidp);
/xnu-8020.101.4/bsd/kern/
H A Dkern_authorization.c638 if ((error = kauth_cred_getguid(cred, &guid)) != 0) { in kauth_acl_evaluate()
H A Dkern_credential.c2419 kauth_cred_getguid(kauth_cred_t cred, guid_t *guidp) in kauth_cred_getguid() function
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_subr.c9561 if ((error = kauth_cred_getguid(cred, &changer)) != 0) { in vnode_authattr_new_internal()
9994 if ((error = kauth_cred_getguid(cred, &changer)) != 0) { in vnode_authattr()