Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_procctl.c613 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()
H A Dkern_fork.c499 P2_ASLR_IGNSTART | P2_NOTRACE | P2_NOTRACE_EXEC | in do_fork()
H A Dkern_exec.c807 p->p_flag2 &= ~P2_NOTRACE; in do_execve()
H A Dkern_prot.c1814 if ((p->p_flag2 & P2_NOTRACE) != 0) { in p_candebug()
H A Dkern_sig.c4112 (p->p_flag2 & P2_NOTRACE) != 0) { in coredump()
/freebsd-14.2/sys/sys/
H A Dproc.h856 #define P2_NOTRACE 0x00000002 /* No ptrace(2) attach or macro