Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_auth.c72 struct kauth_scope { struct
77 SIMPLEQ_ENTRY(kauth_scope) next_scope; /* scope list */ argument
83 static SIMPLEQ_HEAD(, kauth_scope) scope_list =
884 SIMPLEQ_REMOVE(&scope_list, scope, kauth_scope, next_scope); in kauth_deregister_scope()
/netbsd/sys/sys/
H A Dkauth.h52 typedef struct kauth_scope *kauth_scope_t;