Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in44 inline char SSTOP = @SSTOP@; variable
45 #pragma D binding "1.0" SSTOP
323 pr_state = (T->t_proc_flag & @TP_PRVSTOP@) ? SSTOP :
328 (T->t_state == @TS_STOPPED@) ? SSTOP :
H A Dprocfs.sed.in74 SED_REPLACE(SSTOP)
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h458 #define SSTOP 4 /* process stopped by debugger */ macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1501 case TS_STOPPED: state = SSTOP; break; in oprgetpsinfo32()
1508 case SSTOP: c = 'T'; break; in oprgetpsinfo32()
3312 case TS_STOPPED: state = SSTOP; break; in oprgetpsinfo()
3319 case SSTOP: c = 'T'; break; in oprgetpsinfo()
H A Dprsubr.c3306 case TS_STOPPED: state = SSTOP; c = 'T'; break; in prgetlwpsinfo()
3372 case TS_STOPPED: state = SSTOP; c = 'T'; break; in prgetlwpsinfo32()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1033 case TS_STOPPED: state = SSTOP; c = 'T'; break; in gcore_prgetlwpsinfo()
H A Dgenunix.c137 case SSTOP: return ('T'); in pstat2ch()