Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_procctl.c356 p->p_flag2 &= ~(P2_NOTRACE | P2_NOTRACE_EXEC); in trace_ctl()
359 p->p_flag2 |= P2_NOTRACE_EXEC | P2_NOTRACE; in trace_ctl()
363 KASSERT((p->p_flag2 & P2_NOTRACE) != 0, in trace_ctl()
369 p->p_flag2 |= P2_NOTRACE; in trace_ctl()
382 if ((p->p_flag2 & P2_NOTRACE) != 0) { in trace_status()
H A Dkern_fork.c488 P2_ASLR_IGNSTART | P2_NOTRACE | P2_NOTRACE_EXEC | in do_fork()
H A Dkern_exec.c761 p->p_flag2 &= ~P2_NOTRACE; in do_execve()
H A Dkern_prot.c1764 if ((p->p_flag2 & P2_NOTRACE) != 0) { in p_candebug()
H A Dkern_sig.c3750 (p->p_flag2 & P2_NOTRACE) != 0) { in coredump()
/f-stack/freebsd/sys/
H A Dproc.h795 #define P2_NOTRACE 0x00000002 /* No ptrace(2) attach or macro