Home
last modified time | relevance | path

Searched refs:P2_NOTRACE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dkern_ucoredump.c225 (p->p_flag2 & P2_NOTRACE) != 0) { in coredump()
230 else if ((p->p_flag2 & P2_NOTRACE) != 0) in coredump()
H A Dkern_procctl.c623 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()
H A Dkern_fork.c561 P2_ASLR_IGNSTART | P2_NOTRACE | P2_NOTRACE_EXEC | in do_fork()
H A Dkern_exec.c921 p->p_flag2 &= ~P2_NOTRACE; in do_execve()
H A Dkern_prot.c2411 if ((p->p_flag2 & P2_NOTRACE) != 0) { in p_candebug()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dcoredump119 * PROC_TRACE_CTL (P2_NOTRACE), and finally RLIMIT_CORE
132 this->target->p_flag2 & 0x00000002; /* P2_NOTRACE */
/freebsd/sys/sys/
H A Dproc.h868 #define P2_NOTRACE 0x00000002 /* No ptrace(2) attach or macro