Searched refs:P_PR_FORK (Results 1 – 7 of 7) sorted by relevance
61 SED_REPLACE(P_PR_FORK)
305 ((T->t_procp->p_proc_flag & @P_PR_FORK@) ? PR_FORK : 0) |
1194 if ((pp->p_proc_flag & P_PR_FORK) != 0) { in getproc()1195 cp->p_proc_flag |= pp->p_proc_flag & (P_PR_TRACE|P_PR_FORK); in getproc()
460 #define P_PR_FORK 0x0004 /* child inherits tracing flags */ macro
1606 p->p_proc_flag |= P_PR_FORK; in pr_set()1640 p->p_proc_flag &= ~P_PR_FORK; in pr_unset()
1367 if (p->p_proc_flag & P_PR_FORK) in oprgetstatus32()3208 if (p->p_proc_flag & P_PR_FORK) in oprgetstatus()
953 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus32()1179 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus()