Home
last modified time | relevance | path

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

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