/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | execve.c | 62 signal(WTERMSIG(status), SIG_DFL); 63 kill(getpid(), WTERMSIG(status));
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 70 #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 D | wait.h | 61 #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 D | wait.h | 70 #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 D | wait.h | 70 #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 D | wait.h | 70 #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 D | wait.h | 88 #define WTERMSIG(x) (((union __wait*)&(x))->__w_termsig) macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | wait.h | 92 #define WTERMSIG(stat) ((int)((stat)&0x7F)) macro
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | procclose.c | 88 EXIT_TERM(WTERMSIG(status)) :
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/ |
H A D | badioctl.c | 139 WTERMSIG(status));
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | genoffsets.pl | 102 $_ = WTERMSIG($rc);
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | wait.h | 143 #define WTERMSIG(stat) (WLOBYTE(stat)&WSIGMASK) macro
|
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | process_dump.c | 109 int sig = WTERMSIG(i);
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | fork.c | 445 if (sig2str(WTERMSIG(exitstatus), signame)) 447 "signum %d", WTERMSIG(exitstatus)); 1010 if (sig2str(WTERMSIG(exitstatus), signame)) 1012 "signum %d", WTERMSIG(exitstatus));
|
H A D | utmpx.c | 153 up->ut_exit.e_termination = WTERMSIG(status); 318 u.ut_exit.e_termination = WTERMSIG(0);
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmutmp.c | 157 up->ut_exit.e_termination = WTERMSIG(status);
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 1504 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 D | fmd_msg_test.c | 268 if (WIFSIGNALED(err) == 0 || WTERMSIG(err) != SIGABRT) {
|
/illumos-gate/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 199 int sig = WTERMSIG(wstat);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | wait.c | 385 WTERMSIG(status));
|
/illumos-gate/usr/src/cmd/abi/apptracecmd/ |
H A D | apptrace.c | 254 command, argv[0], strsignal(WTERMSIG(stat_loc)));
|
/illumos-gate/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 178 int sig = WTERMSIG(status);
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | fsck.c | 672 if (WTERMSIG(status)) { 674 bdp->name, bdp->fsname, WTERMSIG(status));
|
/illumos-gate/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 290 WTERMSIG(wstat));
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 712 # undef WTERMSIG macro 2326 # undef WTERMSIG macro 2888 # ifndef WTERMSIG 2889 # define WTERMSIG(st) (((st) & 0177)) macro 2890 # endif /* ! WTERMSIG */
|