Searched refs:P2_NOTRACE_EXEC (Results 1 – 4 of 4) sorted by relevance
355 p->p_flag2 &= ~(P2_NOTRACE | P2_NOTRACE_EXEC); in trace_ctl()358 p->p_flag2 |= P2_NOTRACE_EXEC | P2_NOTRACE; in trace_ctl()361 if ((p->p_flag2 & P2_NOTRACE_EXEC) != 0) { in trace_ctl()366 p->p_flag2 &= ~P2_NOTRACE_EXEC; in trace_ctl()
521 P2_ASLR_IGNSTART | P2_NOTRACE | P2_NOTRACE_EXEC | in do_fork()
770 if ((p->p_flag2 & P2_NOTRACE_EXEC) == 0) in do_execve()
779 #define P2_NOTRACE_EXEC 0x00000004 /* Keep P2_NOPTRACE on macro