Searched refs:P2_LOGSIGEXIT_CTL (Results 1 – 4 of 4) sorted by relevance
958 p->p_flag2 &= ~(P2_LOGSIGEXIT_CTL | P2_LOGSIGEXIT_ENABLE); in logsigexit_ctl()961 p->p_flag2 |= P2_LOGSIGEXIT_CTL | P2_LOGSIGEXIT_ENABLE; in logsigexit_ctl()964 p->p_flag2 |= P2_LOGSIGEXIT_CTL; in logsigexit_ctl()978 if ((p->p_flag2 & P2_LOGSIGEXIT_CTL) == 0) in logsigexit_status()
499 P2_WXORX_DISABLE | P2_WXORX_ENABLE_EXEC | P2_LOGSIGEXIT_CTL | in do_fork()
3615 if ((p->p_flag2 & P2_LOGSIGEXIT_CTL) == 0) in sigexit()
890 #define P2_LOGSIGEXIT_CTL 0x01000000 /* Override kern.logsigexit */ macro