Searched refs:P_PR_FORK (Results 1 – 8 of 8) sorted by relevance
61 SED_REPLACE(P_PR_FORK)
305 ((T->t_procp->p_proc_flag & @P_PR_FORK@) ? PR_FORK : 0) |
1202 if ((pp->p_proc_flag & P_PR_FORK) != 0) { in getproc()1203 cp->p_proc_flag |= pp->p_proc_flag & (P_PR_TRACE|P_PR_FORK); in getproc()
462 #define P_PR_FORK 0x0004 /* child inherits tracing flags */ macro
1610 p->p_proc_flag |= P_PR_FORK; in pr_set()1644 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()
952 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus32()1178 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus()
1199 if (p->p_proc_flag & P_PR_FORK) in gcore_prgetlwpstatus()