Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in64 SED_REPLACE(P_PR_ASYNC)
H A Dprocfs.d.in308 ((T->t_procp->p_proc_flag & @P_PR_ASYNC@) ? PR_ASYNC : 0) |
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h462 #define P_PR_ASYNC 0x0010 /* asynchronous stopping via /proc */ macro
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1616 p->p_proc_flag |= P_PR_ASYNC; in pr_set()
1650 p->p_proc_flag &= ~P_PR_ASYNC; in pr_unset()
H A Dprioctl.c1373 if (p->p_proc_flag & P_PR_ASYNC) in oprgetstatus32()
3214 if (p->p_proc_flag & P_PR_ASYNC) in oprgetstatus()
H A Dprsubr.c960 if (p->p_proc_flag & P_PR_ASYNC) in prgetlwpstatus32()
1186 if (p->p_proc_flag & P_PR_ASYNC) in prgetlwpstatus()
/titanic_44/usr/src/uts/common/os/
H A Dfork.c489 if (!(p->p_proc_flag & P_PR_ASYNC) && PTOU(p)->u_systrap && in cfork()
H A Dsig.c949 !(p->p_proc_flag & P_PR_ASYNC)) { in stop()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1205 if (p->p_proc_flag & P_PR_ASYNC) in gcore_prgetlwpstatus()