Searched refs:P2_NOTRACE (Results 1 – 6 of 6) sorted by relevance
613 p->p_flag2 &= ~(P2_NOTRACE | P2_NOTRACE_EXEC); in trace_ctl()616 p->p_flag2 |= P2_NOTRACE_EXEC | P2_NOTRACE; in trace_ctl()620 KASSERT((p->p_flag2 & P2_NOTRACE) != 0, in trace_ctl()626 p->p_flag2 |= P2_NOTRACE; in trace_ctl()641 if ((p->p_flag2 & P2_NOTRACE) != 0) { in trace_status()
499 P2_ASLR_IGNSTART | P2_NOTRACE | P2_NOTRACE_EXEC | in do_fork()
807 p->p_flag2 &= ~P2_NOTRACE; in do_execve()
1814 if ((p->p_flag2 & P2_NOTRACE) != 0) { in p_candebug()
4112 (p->p_flag2 & P2_NOTRACE) != 0) { in coredump()
856 #define P2_NOTRACE 0x00000002 /* No ptrace(2) attach or macro