Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Diptap.c388 error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER); in iptap_ioctl()
H A Dpktap.c612 error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER); in pktap_ioctl()
H A Dif_bridge.c1731 error = kauth_authorize_generic(kauth_cred_get(), \
/xnu-10002.41.9/bsd/sys/
H A Dkauth.h782 extern int kauth_authorize_generic(kauth_cred_t credential, kauth_action_t action);
/xnu-10002.41.9/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.c529 if ((error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER)) != 0) { in identitysvc()