Searched refs:trap_enotcap (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dsys_capability.c88 bool __read_frequently trap_enotcap; variable
89 SYSCTL_BOOL(_kern, OID_AUTO, trap_enotcap, CTLFLAG_RWTUN, &trap_enotcap, 0,
H A Dsubr_syscall.c195 if ((trap_enotcap || (p->p_flag2 & P2_TRAPCAP) != 0) &&
/freebsd-12-stable/sys/sys/
H A Dcapsicum.h429 extern bool trap_enotcap;

Completed in 172 milliseconds