Searched defs:WSTOPFLG (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h72 #define WSTOPFLG 0177 macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h126 #define WSTOPFLG 0177 macro
127 #define WSTOPPED WSTOPFLG
139 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0)

Completed in 59 milliseconds