Home
last modified time | relevance | path

Searched refs:WSIGMASK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h129 #define WSIGMASK 0177 macro
141 #define WTERMSIG(stat) (WLOBYTE(stat)&WSIGMASK)
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h75 #define WSIGMASK 0177 macro
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddump.c134 orgapp, (WSIGMASK & status), in dump()
H A Ddepend.c234 exename, (WSIGMASK & status), in depend()
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c572 if (WIFSIGNALED(status) && ((WSIGMASK & status) != SIGPIPE)) { in run()
576 (WSIGMASK & status), ((status & WCOREFLG) ? in run()