Home
last modified time | relevance | path

Searched refs:SWAIT (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in50 inline char SWAIT = @SWAIT@; variable
51 #pragma D binding "1.0" SWAIT
329 (T->t_state == @TS_WAIT@) ? SWAIT : 0;
H A Dprocfs.sed.in79 SED_REPLACE(SWAIT)
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h449 #define SWAIT 7 /* process is waiting to become runnable */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1034 case TS_WAIT: state = SWAIT; c = 'W'; break; in gcore_prgetlwpsinfo()
H A Dgenunix.c134 case SWAIT: return ('W'); in pstat2ch()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c2524 case TS_WAIT: state = SWAIT; c = 'W'; break; in prgetlwpsinfo()
2591 case TS_WAIT: state = SWAIT; c = 'W'; break; in prgetlwpsinfo32()