Home
last modified time | relevance | path

Searched refs:P_PR_FORK (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in61 SED_REPLACE(P_PR_FORK)
H A Dprocfs.d.in305 ((T->t_procp->p_proc_flag & @P_PR_FORK@) ? PR_FORK : 0) |
/onnv-gate/usr/src/uts/common/os/
H A Dfork.c1194 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()
/onnv-gate/usr/src/uts/common/sys/
H A Dproc.h460 #define P_PR_FORK 0x0004 /* child inherits tracing flags */ macro
/onnv-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1606 p->p_proc_flag |= P_PR_FORK; in pr_set()
1640 p->p_proc_flag &= ~P_PR_FORK; in pr_unset()
H A Dprioctl.c1367 if (p->p_proc_flag & P_PR_FORK) in oprgetstatus32()
3208 if (p->p_proc_flag & P_PR_FORK) in oprgetstatus()
H A Dprsubr.c953 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus32()
1179 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus()