Searched defs:idata (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c184 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
202 kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
219 kauth_register_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
301 kauth_listen_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
440 kauth_authorize_allow(__unused kauth_cred_t credential, __unused void *idata, __unused kauth_action_t action, __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3) argument
477 kauth_authorize_process_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, uintptr_t arg0, uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3) argument
591 kauth_authorize_generic_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3) argument
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c6664 vnode_authorize_callback(kauth_cred_t cred, void *idata, kauth_action_t action, argument
6758 vnode_authorize_callback_int(__unused kauth_cred_t unused_cred, __unused void *idata, kauth_action_t action, argument

Completed in 31 milliseconds