Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c1742 error = kauth_authorize_generic(kauth_cred_get(), \
/xnu-10063.101.15/bsd/sys/
H A Dkauth.h866 extern int kauth_authorize_generic(kauth_cred_t credential, kauth_action_t action);
/xnu-10063.101.15/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.c528 if ((error = kauth_authorize_generic(kauth_cred_get(), KAUTH_GENERIC_ISSUSER)) != 0) { in identitysvc()