Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dkern_authorization.c119 static int kauth_add_callback_to_scope(kauth_scope_t sp, kauth_listener_t klp);
230 if (kauth_add_callback_to_scope(sp, klp) == 0) { in kauth_register_scope()
292 if (kauth_add_callback_to_scope(sp, klp) == 0) { in kauth_listen_scope()
1202 kauth_add_callback_to_scope(kauth_scope_t sp, kauth_listener_t klp) in kauth_add_callback_to_scope() function