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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c121 static kauth_scope_t kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata);
181 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) function
222 if ((sp = kauth_alloc_scope(identifier, callback, idata)) == NULL)

Completed in 8 milliseconds