Home
last modified time | relevance | path

Searched refs:CTLMASK_SECURE (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsysctl.h85 #define CTLMASK_SECURE 0x00F00000 /* Secure level */ macro
/f-stack/freebsd/sys/
H A Dsysctl.h96 #define CTLMASK_SECURE 0x00F00000 /* Secure level */ macro
/f-stack/freebsd/kern/
H A Dkern_sysctl.c2206 lvl = (oid->oid_kind & CTLMASK_SECURE) >> CTLSHIFT_SECURE; in sysctl_root()