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

/xnu-2422.115.4/bsd/kern/
H A Dkern_authorization.c119 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, void *idata);
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;
183 static kauth_scope_t
186 kauth_scope_t sp;
191 MALLOC(sp, kauth_scope_t, sizeof(*sp), M_KAUTH, M_WAITOK | M_ZERO);
218 kauth_scope_t
[all...]
H A Dkern_descrip.c153 extern kauth_scope_t kauth_scope_fileop;
/xnu-2422.115.4/bsd/sys/
H A Dkauth.h466 typedef struct kauth_scope *kauth_scope_t; typedef in typeref:struct:kauth_scope
509 extern kauth_scope_t kauth_register_scope(const char *_identifier, kauth_scope_callback_t _callback, void *_idata);
510 extern void kauth_deregister_scope(kauth_scope_t _scope);
513 extern int kauth_authorize_action(kauth_scope_t _scope, kauth_cred_t _credential, kauth_action_t _action,
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c5250 static kauth_scope_t vnode_scope;

Completed in 58 milliseconds