/titanic_44/usr/src/cmd/ssh/include/ |
H A D | bsd-waitpid.h | 40 #undef WIFSIGNALED 46 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) macro 48 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | wait.h | 60 #undef WIFSIGNALED 75 #ifndef WIFSIGNALED 76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 69 #undef WIFSIGNALED 84 #ifndef WIFSIGNALED 85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wait.h | 69 #undef WIFSIGNALED 84 #ifndef WIFSIGNALED 85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | wait.h | 69 #undef WIFSIGNALED 84 #ifndef WIFSIGNALED 85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | wait.h | 69 #undef WIFSIGNALED 84 #ifndef WIFSIGNALED 85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | wait | 5 int ifsignaled = WIFSIGNALED(0);
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | execve.c | 60 if (WIFSIGNALED(status))
|
/titanic_44/usr/src/cmd/csh/ |
H A D | wait.h | 97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | wait.h | 87 #define WIFSIGNALED(stat) ((int)((stat)&0xFF) > 0 && \ macro
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | wait.h | 83 #define WIFSIGNALED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \ macro
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | procclose.c | 87 WIFSIGNALED(status) ? in procclose()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | util.c | 233 if (WIFSIGNALED(status) || WIFSTOPPED(status)) { in nwamd_start_childv() 234 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status); in nwamd_start_childv() 236 (WIFSIGNALED(status) ? "terminated" : "stopped"), i, in nwamd_start_childv()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | wait.h | 138 #define WIFSIGNALED(stat) (WLOBYTE(stat) > 0 && WHIBYTE(stat) == 0) 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/lib/libcontract/common/ |
H A D | process_dump.c | 108 } else if (WIFSIGNALED(i)) { in event_process()
|
/titanic_44/usr/src/cmd/sgs/crle/common/ |
H A D | dump.c | 132 if (WIFSIGNALED(status)) { in dump()
|
H A D | depend.c | 230 if (WIFSIGNALED(status)) { in depend()
|
/titanic_44/usr/src/cmd/ptools/preap/ |
H A D | preap.c | 197 if (WIFSIGNALED(wstat)) { in print_exit_status()
|
/titanic_44/usr/src/cmd/abi/apptracecmd/ |
H A D | apptrace.c | 252 if (WIFSIGNALED(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 | 142 if (WIFSIGNALED(status)) { in main()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | wait.c | 374 } else if (WIFSIGNALED(status)) { in process_terminated_methods()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | fork.c | 442 } else if (WIFSIGNALED(exitstatus)) { in fork_configd() 1007 } else if (WIFSIGNALED(exitstatus)) { in fork_emi()
|
/titanic_44/usr/src/cmd/hal/hald-runner/ |
H A D | runner.c | 155 pid, WEXITSTATUS(status), WIFSIGNALED(status), rd->r->argv[0]); in run_exited()
|