Searched refs:P2_NOTRACE_EXEC (Results 1 – 4 of 4) sorted by relevance
356 p->p_flag2 &= ~(P2_NOTRACE | P2_NOTRACE_EXEC); in trace_ctl()359 p->p_flag2 |= P2_NOTRACE_EXEC | P2_NOTRACE; in trace_ctl()362 if ((p->p_flag2 & P2_NOTRACE_EXEC) != 0) { in trace_ctl()367 p->p_flag2 &= ~P2_NOTRACE_EXEC; in trace_ctl()
488 P2_ASLR_IGNSTART | P2_NOTRACE | P2_NOTRACE_EXEC | in do_fork()
760 if ((p->p_flag2 & P2_NOTRACE_EXEC) == 0) in do_execve()
797 #define P2_NOTRACE_EXEC 0x00000004 /* Keep P2_NOPTRACE on macro