Home
last modified time | relevance | path

Searched refs:kauth_authorize_generic (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.81.2/bsd/net/
H A Diptap.c392 error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER); in iptap_ioctl()
H A Dpktap.c614 error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER); in pktap_ioctl()
H A Dif_bridge.c1735 error = kauth_authorize_generic(kauth_cred_get(), \
/xnu-8792.81.2/bsd/sys/
H A Dkauth.h539 extern int kauth_authorize_generic(kauth_cred_t credential, kauth_action_t action);
/xnu-8792.81.2/bsd/kern/
H A Dkern_authorization.c574 kauth_authorize_generic(kauth_cred_t credential, kauth_action_t action) in kauth_authorize_generic() function
H A Dkern_credential.c545 if ((error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER)) != 0) { in identitysvc()