Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Dkern_authorization.c109 kauth_scope_callback_t ks_callback; member
173 sp->ks_callback = callback; in kauth_alloc_scope()
378 if (scope->ks_callback != NULL) { in kauth_authorize_action()
379 result = scope->ks_callback(credential, scope->ks_idata, action, arg0, arg1, arg2, arg3); in kauth_authorize_action()