Searched refs:kauth_alloc_scope (Results 1 - 1 of 1) 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);
184 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) function
224 if ((sp = kauth_alloc_scope(identifier, callback, idata)) == NULL)

Completed in 13 milliseconds