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

/freebsd-10.0-release/sys/kern/
H A Dkern_exit.c268 p->p_flag &= ~(P_TRACED | P_PPWAIT | P_PPTRACE);
H A Dkern_exec.c663 p->p_flag &= ~(P_PPWAIT | P_PPTRACE);
H A Dsys_process.c828 p->p_flag |= P_PPTRACE;
H A Dkern_sig.c2616 if (p->p_flag & P_TRACED && (p->p_flag & P_PPTRACE) == 0) {
/freebsd-10.0-release/sys/sys/
H A Dproc.h635 #define P_PPTRACE 0x80000000 /* PT_TRACEME by vforked child. */ macro

Completed in 87 milliseconds