kauth_scope
SIMPLEQ_ENTRY(kauth_scope) next_scope; /* scope list */
static SIMPLEQ_HEAD(, kauth_scope) scope_list =
SIMPLEQ_REMOVE(&scope_list, scope, kauth_scope, next_scope);
typedef struct kauth_scope *kauth_scope_t;