Searched refs:P_PPTRACE (Results 1 – 5 of 5) sorted by relevance
786 #define P_PPTRACE 0x80000000 /* PT_TRACEME by vforked child. */ macro
452 p->p_flag &= ~(P_TRACED | P_PPWAIT | P_PPTRACE); in exit1()
805 p->p_flag |= P_PPTRACE; in kern_ptrace()
765 p->p_flag &= ~(P_PPWAIT | P_PPTRACE); in do_execve()
2887 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()