Home
last modified time | relevance | path

Searched defs:WSTOPSIG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dwait.h88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h93 #define WSTOPSIG(stat) ((int)(((stat)>>8)&0xFF)) macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h142 #define WSTOPSIG(stat) WHIBYTE(stat) macro