Home
last modified time | relevance | path

Searched refs:P_PPTRACE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dproc.h786 #define P_PPTRACE 0x80000000 /* PT_TRACEME by vforked child. */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c452 p->p_flag &= ~(P_TRACED | P_PPWAIT | P_PPTRACE); in exit1()
H A Dsys_process.c805 p->p_flag |= P_PPTRACE; in kern_ptrace()
H A Dkern_exec.c765 p->p_flag &= ~(P_PPWAIT | P_PPTRACE); in do_execve()
H A Dkern_sig.c2887 if ((p->p_flag & (P_TRACED | P_PPTRACE)) == P_TRACED && in issignal()
2912 if ((p->p_flag & (P_TRACED | P_PPTRACE)) == P_TRACED) { in issignal()