Searched refs:kauth_scope (Results 1 – 2 of 2) sorted by relevance
105 struct kauth_scope { struct106 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()
635 struct kauth_scope;636 typedef struct kauth_scope *kauth_scope_t;