Home
last modified time | relevance | path

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

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