Searched refs:kauth_scope_t (Results 1 – 3 of 3) sorted by relevance
119 static int kauth_add_callback_to_scope(kauth_scope_t sp, kauth_listener_t klp);121 static kauth_scope_t kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, voi…124 static int kauth_scope_valid(kauth_scope_t scope);127 kauth_scope_t kauth_scope_process;130 kauth_scope_t kauth_scope_generic;133 kauth_scope_t kauth_scope_fileop;161 static kauth_scope_t164 kauth_scope_t sp; in kauth_alloc_scope()192 kauth_scope_t195 kauth_scope_t sp, tsp; in kauth_register_scope()[all …]
720 typedef struct kauth_scope *kauth_scope_t; typedef762 extern kauth_scope_t kauth_register_scope(const char *_identifier, kauth_scope_callback_t _callback…763 extern void kauth_deregister_scope(kauth_scope_t _scope);768 extern int kauth_authorize_action(kauth_scope_t _scope, kauth_cred_t _credential, kauth_action…
8066 static kauth_scope_t vnode_scope;