Searched refs:WIFSIGNALED (Results 1 - 25 of 63) sorted by relevance

123

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dwait.h60 #undef WIFSIGNALED macro
75 #ifndef WIFSIGNALED
76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dexecve.c60 if (WIFSIGNALED(status))
/illumos-gate/usr/src/cmd/csh/
H A Dwait.h97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0) macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h83 #define WIFSIGNALED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h87 #define WIFSIGNALED(stat) ((int)((stat)&0xFF) > 0 && \ macro
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dprocclose.c87 WIFSIGNALED(status) ?
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h138 #define WIFSIGNALED(stat) (WLOBYTE(stat) > 0 && WHIBYTE(stat) == 0) macro
/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess_dump.c108 } else if (WIFSIGNALED(i)) {
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddump.c132 if (WIFSIGNALED(status)) {
H A Ddepend.c230 if (WIFSIGNALED(status)) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c233 if (WIFSIGNALED(status) || WIFSTOPPED(status)) {
234 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status);
236 (WIFSIGNALED(status) ? "terminated" : "stopped"), i,
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c268 if (WIFSIGNALED(err) == 0 || WTERMSIG(err) != SIGABRT) {
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c197 if (WIFSIGNALED(wstat)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c374 } else if (WIFSIGNALED(status)) {
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c252 if (WIFSIGNALED(stat_loc)) {
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c177 if (WIFSIGNALED(status)) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c442 } else if (WIFSIGNALED(exitstatus)) {
1007 } else if (WIFSIGNALED(exitstatus)) {
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c288 else if (WIFSIGNALED(wstat))
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c155 pid, WEXITSTATUS(status), WIFSIGNALED(status), rd->r->argv[0]);
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c677 if (prp != NULL && WIFSIGNALED(prp->pr_wstat)) {
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c646 if (WIFSIGNALED(status) && ((WSIGMASK & status) != SIGPIPE)) {

Completed in 107 milliseconds

123