Searched refs:P2_NOTRACE (Results 1 – 7 of 7) sorted by relevance
225 (p->p_flag2 & P2_NOTRACE) != 0) { in coredump()230 else if ((p->p_flag2 & P2_NOTRACE) != 0) in coredump()
623 p->p_flag2 &= ~(P2_NOTRACE | P2_NOTRACE_EXEC); in trace_ctl()626 p->p_flag2 |= P2_NOTRACE_EXEC | P2_NOTRACE; in trace_ctl()630 KASSERT((p->p_flag2 & P2_NOTRACE) != 0, in trace_ctl()636 p->p_flag2 |= P2_NOTRACE; in trace_ctl()651 if ((p->p_flag2 & P2_NOTRACE) != 0) { in trace_status()
561 P2_ASLR_IGNSTART | P2_NOTRACE | P2_NOTRACE_EXEC | in do_fork()
921 p->p_flag2 &= ~P2_NOTRACE; in do_execve()
2411 if ((p->p_flag2 & P2_NOTRACE) != 0) { in p_candebug()
119 * PROC_TRACE_CTL (P2_NOTRACE), and finally RLIMIT_CORE132 this->target->p_flag2 & 0x00000002; /* P2_NOTRACE */
868 #define P2_NOTRACE 0x00000002 /* No ptrace(2) attach or macro