Home
last modified time | relevance | path

Searched refs:kauth_authorize_action (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/secmodel/overlay/
H A Dsecmodel_overlay.c249 result = kauth_authorize_action( in secmodel_overlay_generic_cb()
275 result = kauth_authorize_action( in secmodel_overlay_system_cb()
301 result = kauth_authorize_action( in secmodel_overlay_process_cb()
327 result = kauth_authorize_action( in secmodel_overlay_network_cb()
353 result = kauth_authorize_action( in secmodel_overlay_machdep_cb()
379 result = kauth_authorize_action( in secmodel_overlay_device_cb()
405 result = kauth_authorize_action( in secmodel_overlay_vnode_cb()
/netbsd-src/sys/kern/
H A Dkern_auth.c1009 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t cred, in kauth_authorize_action() function
1035 return (kauth_authorize_action(kauth_builtin_scope_generic, cred, in kauth_authorize_generic()
1046 return (kauth_authorize_action(kauth_builtin_scope_system, cred, in kauth_authorize_system()
1057 return (kauth_authorize_action(kauth_builtin_scope_process, cred, in kauth_authorize_process()
1068 return (kauth_authorize_action(kauth_builtin_scope_network, cred, in kauth_authorize_network()
1076 return (kauth_authorize_action(kauth_builtin_scope_machdep, cred, in kauth_authorize_machdep()
1084 return (kauth_authorize_action(kauth_builtin_scope_device, cred, in kauth_authorize_device()
1092 return (kauth_authorize_action(kauth_builtin_scope_device, cred, in kauth_authorize_device_tty()
1100 return (kauth_authorize_action(kauth_builtin_scope_device, cred, in kauth_authorize_device_spec()
1108 return (kauth_authorize_action(kauth_builtin_scope_device, cred, in kauth_authorize_device_passthru()
[all …]
/netbsd-src/sys/sys/
H A Dkauth.h465 int kauth_authorize_action(kauth_scope_t, kauth_cred_t, kauth_action_t, void *,