Searched refs:kauth_alloc_scope (Results 1 – 1 of 1) sorted by relevance
121 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() function198 if ((sp = kauth_alloc_scope(identifier, callback, idata)) == NULL) { in kauth_register_scope()