Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_procctl.c603 p->p_flag2 &= ~(P2_NOTRACE | P2_NOTRACE_EXEC); in trace_ctl()
606 p->p_flag2 |= P2_NOTRACE_EXEC | P2_NOTRACE; in trace_ctl()
610 KASSERT((p->p_flag2 & P2_NOTRACE) != 0, in trace_ctl()
616 p->p_flag2 |= P2_NOTRACE; in trace_ctl()
631 if ((p->p_flag2 & P2_NOTRACE) != 0) { in trace_status()
H A Dkern_fork.c496 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.c1807 if ((p->p_flag2 & P2_NOTRACE) != 0) { in p_candebug()
H A Dkern_sig.c4084 (p->p_flag2 & P2_NOTRACE) != 0) { in coredump()
/freebsd/sys/sys/
H A Dproc.h850 #define P2_NOTRACE 0x00000002 /* No ptrace(2) attach or macro