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_ucoredump.c145 if ((p->p_flag2 & P2_LOGSIGEXIT_CTL) == 0) in sigexit()
H A Dkern_procctl.c937 p->p_flag2 &= ~(P2_LOGSIGEXIT_CTL | P2_LOGSIGEXIT_ENABLE); in logsigexit_ctl()
940 p->p_flag2 |= P2_LOGSIGEXIT_CTL | P2_LOGSIGEXIT_ENABLE; in logsigexit_ctl()
943 p->p_flag2 |= P2_LOGSIGEXIT_CTL; in logsigexit_ctl()
957 if ((p->p_flag2 & P2_LOGSIGEXIT_CTL) == 0) in logsigexit_status()
H A Dkern_fork.c547 P2_WXORX_DISABLE | P2_WXORX_ENABLE_EXEC | P2_LOGSIGEXIT_CTL | in do_fork()
/freebsd/sys/sys/
H A Dproc.h894 #define P2_LOGSIGEXIT_CTL 0x01000000 /* Override kern.logsigexit */ macro