Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dkern_authorization.c121 static kauth_scope_t kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, voi…
162 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_alloc_scope() function
198 if ((sp = kauth_alloc_scope(identifier, callback, idata)) == NULL) { in kauth_register_scope()