Home
last modified time | relevance | path

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

/titanic_53/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) |
/titanic_53/usr/src/uts/common/os/
H A Dfork.c1202 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()
/titanic_53/usr/src/uts/common/sys/
H A Dproc.h462 #define P_PR_FORK 0x0004 /* child inherits tracing flags */ macro
/titanic_53/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1610 p->p_proc_flag |= P_PR_FORK; in pr_set()
1644 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.c952 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus32()
1178 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus()
/titanic_53/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1199 if (p->p_proc_flag & P_PR_FORK) in gcore_prgetlwpstatus()