Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in59 SED_REPLACE(P_PR_FORK)
H A Dprocfs.d.in305 ((T->t_procp->p_proc_flag & @P_PR_FORK@) ? PR_FORK : 0) |
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c1220 if ((pp->p_proc_flag & P_PR_FORK) != 0) { in getproc()
1221 cp->p_proc_flag |= pp->p_proc_flag & (P_PR_TRACE|P_PR_FORK); in getproc()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h472 #define P_PR_FORK 0x0004 /* child inherits tracing flags */ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1749 p->p_proc_flag |= P_PR_FORK; in pr_set()
1783 p->p_proc_flag &= ~P_PR_FORK; in pr_unset()
H A Dprioctl.c1339 if (p->p_proc_flag & P_PR_FORK) in oprgetstatus32()
3152 if (p->p_proc_flag & P_PR_FORK) in oprgetstatus()
H A Dprsubr.c996 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus32()
1222 if (p->p_proc_flag & P_PR_FORK) in prgetlwpstatus()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1199 if (p->p_proc_flag & P_PR_FORK) in gcore_prgetlwpstatus()
H A Dgenunix.c236 { "P_PR_FORK", P_PR_FORK, P_PR_FORK }, in pflags()