Home
last modified time | relevance | path

Searched refs:WSTOPFLG (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h124 #define WSTOPFLG 0177 macro
125 #define WSTOPPED WSTOPFLG
137 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h72 #define WSTOPFLG 0177 macro
/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c125 stat |= WSTOPFLG; in wstat()
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c157 stat |= WSTOPFLG; in wstat()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c66 stat |= WSTOPFLG; in wstat()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c580 stat |= WSTOPFLG; in wstat()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c100 stat |= WSTOPFLG; in wstat()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1416 stat |= WSTOPFLG; in gcore_wstat()