Searched refs:P2_NOTRACE (Results 1 – 6 of 6) 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()363 KASSERT((p->p_flag2 & P2_NOTRACE) != 0, in trace_ctl()369 p->p_flag2 |= P2_NOTRACE; in trace_ctl()382 if ((p->p_flag2 & P2_NOTRACE) != 0) { in trace_status()
488 P2_ASLR_IGNSTART | P2_NOTRACE | P2_NOTRACE_EXEC | in do_fork()
761 p->p_flag2 &= ~P2_NOTRACE; in do_execve()
1764 if ((p->p_flag2 & P2_NOTRACE) != 0) { in p_candebug()
3750 (p->p_flag2 & P2_NOTRACE) != 0) { in coredump()
795 #define P2_NOTRACE 0x00000002 /* No ptrace(2) attach or macro