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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c121 static kauth_scope_t kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata);
122 static kauth_listener_t kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata);
184 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
196 sp->ks_idata = idata;
202 kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
213 lsp->kl_idata = idata;
219 kauth_register_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
224 if ((sp = kauth_alloc_scope(identifier, callback, idata)) == NULL)
301 kauth_listen_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
306 if ((klp = kauth_alloc_listener(identifier, callback, idata))
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.c5247 static int vnode_authorize_callback(kauth_cred_t credential, void *idata, kauth_action_t action,
5249 static int vnode_authorize_callback_int(__unused kauth_cred_t credential, __unused void *idata, kauth_action_t action,
6664 vnode_authorize_callback(kauth_cred_t cred, void *idata, kauth_action_t action, argument
6741 result = vnode_authorize_callback_int(cred, idata, action, arg0, arg1, arg2, arg3);
6758 vnode_authorize_callback_int(__unused kauth_cred_t unused_cred, __unused void *idata, kauth_action_t action, argument

Completed in 27 milliseconds