Searched refs:WTERMSIG (Results 1 - 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dexecve.c62 signal(WTERMSIG(status), SIG_DFL);
63 kill(getpid(), WTERMSIG(status));
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h70 #undef WTERMSIG macro
88 #ifndef WTERMSIG
89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dwait.h61 #undef WTERMSIG macro
79 #ifndef WTERMSIG
80 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h70 #undef WTERMSIG macro
88 #ifndef WTERMSIG
89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h70 #undef WTERMSIG macro
88 #ifndef WTERMSIG
89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h70 #undef WTERMSIG macro
88 #ifndef WTERMSIG
89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h88 #define WTERMSIG(x) (((union __wait*)&(x))->__w_termsig) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h92 #define WTERMSIG(stat) ((int)((stat)&0x7F)) macro
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dprocclose.c88 EXIT_TERM(WTERMSIG(status)) :
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c139 WTERMSIG(status));
/illumos-gate/usr/src/tools/scripts/
H A Dgenoffsets.pl102 $_ = WTERMSIG($rc);
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h143 #define WTERMSIG(stat) (WLOBYTE(stat)&WSIGMASK) macro
/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess_dump.c109 int sig = WTERMSIG(i);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c445 if (sig2str(WTERMSIG(exitstatus), signame))
447 "signum %d", WTERMSIG(exitstatus));
1010 if (sig2str(WTERMSIG(exitstatus), signame))
1012 "signum %d", WTERMSIG(exitstatus));
H A Dutmpx.c153 up->ut_exit.e_termination = WTERMSIG(status);
318 u.ut_exit.e_termination = WTERMSIG(0);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutmp.c157 up->ut_exit.e_termination = WTERMSIG(status);
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c1504 if (strsignal(WTERMSIG(stat)) != NULL)
1507 strsignal(WTERMSIG(stat)),
1508 WTERMSIG(stat));
1512 WTERMSIG(stat));
1514 if (strsignal(WTERMSIG(stat)) != NULL) {
1517 strsignal(WTERMSIG(stat)),
1518 WTERMSIG(stat));
1522 WTERMSIG(stat));
/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.c199 int sig = WTERMSIG(wstat);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c385 WTERMSIG(status));
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c254 command, argv[0], strsignal(WTERMSIG(stat_loc)));
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c178 int sig = WTERMSIG(status);
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c672 if (WTERMSIG(status)) {
674 bdp->name, bdp->fsname, WTERMSIG(status));
/illumos-gate/usr/src/lib/libexacct/demo/
H A Dexdump.c290 WTERMSIG(wstat));
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h712 # undef WTERMSIG macro
2326 # undef WTERMSIG macro
2888 # ifndef WTERMSIG
2889 # define WTERMSIG(st) (((st) & 0177)) macro
2890 # endif /* ! WTERMSIG */

Completed in 252 milliseconds

123