/titanic_44/usr/src/lib/libast/common/include/ |
H A D | wait.h | 61 #undef WTERMSIG 79 #ifndef WTERMSIG 80 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 70 #undef WTERMSIG 88 #ifndef WTERMSIG 89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wait.h | 70 #undef WTERMSIG 88 #ifndef WTERMSIG 89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | wait.h | 70 #undef WTERMSIG 88 #ifndef WTERMSIG 89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | wait.h | 70 #undef WTERMSIG 88 #ifndef WTERMSIG 89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | execve.c | 62 signal(WTERMSIG(status), SIG_DFL); 63 kill(getpid(), WTERMSIG(status));
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | wait | 6 int termsig = WTERMSIG(0);
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | bsd-waitpid.h | 48 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | wait.h | 92 #define WTERMSIG(stat) ((int)((stat)&0x7F)) macro
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | wait.h | 88 #define WTERMSIG(x) (((union __wait*)&(x))->__w_termsig) macro
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | procclose.c | 88 EXIT_TERM(WTERMSIG(status)) : in procclose()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | fork.c | 445 if (sig2str(WTERMSIG(exitstatus), signame)) in fork_configd() 447 "signum %d", WTERMSIG(exitstatus)); in fork_configd() 1010 if (sig2str(WTERMSIG(exitstatus), signame)) in fork_emi() 1012 "signum %d", WTERMSIG(exitstatus)); in fork_emi()
|
H A D | utmpx.c | 153 up->ut_exit.e_termination = WTERMSIG(status); in utmpx_mark_dead() 318 u.ut_exit.e_termination = WTERMSIG(0); in utmpx_write_entry()
|
/titanic_44/usr/src/cmd/dtrace/test/cmd/badioctl/ |
H A D | badioctl.c | 139 WTERMSIG(status)); in main()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | wait.h | 143 #define WTERMSIG(stat) (WLOBYTE(stat)&WSIGMASK) macro
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | entropy.c | 125 (!WIFSIGNALED(ret) || WTERMSIG(ret) != SIGPIPE)) in seed_rng()
|
/titanic_44/usr/src/tools/scripts/ |
H A D | genoffsets.pl | 102 $_ = WTERMSIG($rc);
|
/titanic_44/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 1504 if (strsignal(WTERMSIG(stat)) != NULL) in print_method_failure() 1507 strsignal(WTERMSIG(stat)), in print_method_failure() 1508 WTERMSIG(stat)); in print_method_failure() 1512 WTERMSIG(stat)); in print_method_failure() 1514 if (strsignal(WTERMSIG(stat)) != NULL) { in print_method_failure() 1517 strsignal(WTERMSIG(stat)), in print_method_failure() 1518 WTERMSIG(stat)); in print_method_failure() 1522 WTERMSIG(stat)); in print_method_failure()
|
/titanic_44/usr/src/lib/libcontract/common/ |
H A D | process_dump.c | 109 int sig = WTERMSIG(i); in event_process()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | tmutmp.c | 157 up->ut_exit.e_termination = WTERMSIG(status);
|
/titanic_44/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 199 int sig = WTERMSIG(wstat); in print_exit_status()
|
/titanic_44/usr/src/cmd/abi/apptracecmd/ |
H A D | apptrace.c | 254 command, argv[0], strsignal(WTERMSIG(stat_loc))); in main()
|
/titanic_44/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.c | 268 if (WIFSIGNALED(err) == 0 || WTERMSIG(err) != SIGABRT) { in main()
|
/titanic_44/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 143 int sig = WTERMSIG(status); in main()
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 712 # undef WTERMSIG 2326 # undef WTERMSIG 2888 # ifndef WTERMSIG 2889 # define WTERMSIG(st) (((st) & 0177)) macro
|