Searched refs:PR_DSTOP (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in86 SED_REPLACE(PR_DSTOP)
H A Dprocfs.d.in57 inline int PR_DSTOP = @PR_DSTOP@;
58 #pragma D binding "1.0" PR_DSTOP
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPcontrol.c733 if (!(P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) &&
761 * stop voluntarily, clear the PR_DSTOP flag so that the code below
766 while ((P->status.pr_lwp.pr_flags & (PR_STOPPED|PR_DSTOP)) ==
767 PR_DSTOP && niter < 10 &&
775 P->status.pr_lwp.pr_flags &= ~PR_DSTOP;
783 if (!(P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) &&
803 !(P->status.pr_flags & PR_DSTOP))) {
818 if (!(P->status.pr_flags & (PR_ISTOP|PR_DSTOP))) {
1510 (P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) == 0) {
1539 (P->orig_status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP))
[all...]
H A DPgcore.c149 if (lsp->pr_flags & PR_DSTOP)
274 if (lsp->pr_flags & PR_DSTOP)
/opensolaris-onvv-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c63 (PR_STOPPED|PR_ISTOP|PR_DSTOP|PR_ASLEEP|PR_PCINVAL|PR_STEP \
383 if (arg & PR_DSTOP)
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h214 #define PR_DSTOP 0x0004 /* lwp has a stop directive in effect */ macro
/opensolaris-onvv-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h213 #define PR_DSTOP 0x0004 /* lwp has a stop directive in effect */ macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dprocfs.h197 #define PR_DSTOP 0x00000004 /* lwp has a stop directive in effect */ macro
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1621 if (psp->pr_flags & PR_DSTOP)
1630 if (psp->pr_flags & PR_DSTOP)
3242 if (psp->pr_flags & PR_DSTOP)
3413 if ((psp->pr_flags & PR_DSTOP) &&
/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1170 { PR_DSTOP, MSG_PR_FLAGS_DSTOP },
/opensolaris-onvv-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1364 flags |= PR_DSTOP;
3205 flags |= PR_DSTOP;
H A Dprsubr.c944 flags |= PR_DSTOP;
1170 flags |= PR_DSTOP;
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dmain.c771 (Lsp->pr_flags & PR_DSTOP)))

Completed in 218 milliseconds