Home
last modified time | relevance | path

Searched refs:kauth_scope (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/kern/
H A Dkern_authorization.c105 struct kauth_scope { struct
106 TAILQ_ENTRY(kauth_scope) ks_link;
117 static TAILQ_HEAD(, kauth_scope) kauth_scopes = TAILQ_HEAD_INITIALIZER(kauth_scopes);
169 sp = kalloc_type(struct kauth_scope, Z_WAITOK | Z_ZERO | Z_NOFAIL); in kauth_alloc_scope()
211 kfree_type(struct kauth_scope, sp); in kauth_register_scope()
269 kfree_type(struct kauth_scope, scope); in kauth_deregister_scope()
/xnu-10002.41.9/bsd/sys/
H A Dkauth.h635 struct kauth_scope;
636 typedef struct kauth_scope *kauth_scope_t;