Searched refs:P2_TRAPCAP (Results 1 – 4 of 4) sorted by relevance
228 (p->p_flag2 & P2_TRAPCAP) != 0) && IN_CAPABILITY_MODE(td)) { in syscallret()
653 p->p_flag2 |= P2_TRAPCAP; in trapcap_ctl()656 p->p_flag2 &= ~P2_TRAPCAP; in trapcap_ctl()670 *status = (p->p_flag2 & P2_TRAPCAP) != 0 ? PROC_TRAPCAP_CTL_ENABLE : in trapcap_status()
497 P2_PROTMAX_ENABLE | P2_PROTMAX_DISABLE | P2_TRAPCAP | in do_fork()
860 #define P2_TRAPCAP 0x00000020 /* SIGTRAP on ENOTCAPABLE */ macro