Home
last modified time | relevance | path

Searched refs:P2_LOGSIGEXIT_CTL (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_procctl.c958 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()
H A Dkern_fork.c499 P2_WXORX_DISABLE | P2_WXORX_ENABLE_EXEC | P2_LOGSIGEXIT_CTL | in do_fork()
H A Dkern_sig.c3615 if ((p->p_flag2 & P2_LOGSIGEXIT_CTL) == 0) in sigexit()
/freebsd/sys/sys/
H A Dproc.h890 #define P2_LOGSIGEXIT_CTL 0x01000000 /* Override kern.logsigexit */ macro