Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 25 of 67) sorted by relevance

123

/titanic_44/usr/src/cmd/ssh/include/
H A Dbsd-waitpid.h40 #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 Dwait.h60 #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 Dwait.h69 #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 Dwait.h69 #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 Dwait.h69 #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 Dwait.h69 #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 Dwait5 int ifsignaled = WIFSIGNALED(0);
/titanic_44/usr/src/lib/libast/common/comp/
H A Dexecve.c60 if (WIFSIGNALED(status))
/titanic_44/usr/src/cmd/csh/
H A Dwait.h97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0) macro
/titanic_44/usr/src/uts/common/sys/
H A Dwait.h87 #define WIFSIGNALED(stat) ((int)((stat)&0xFF) > 0 && \ macro
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h83 #define WIFSIGNALED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \ macro
/titanic_44/usr/src/lib/libast/common/misc/
H A Dprocclose.c87 WIFSIGNALED(status) ? in procclose()
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c233 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 Dwait.h138 #define WIFSIGNALED(stat) (WLOBYTE(stat) > 0 && WHIBYTE(stat) == 0) macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dentropy.c125 (!WIFSIGNALED(ret) || WTERMSIG(ret) != SIGPIPE)) in seed_rng()
/titanic_44/usr/src/lib/libcontract/common/
H A Dprocess_dump.c108 } else if (WIFSIGNALED(i)) { in event_process()
/titanic_44/usr/src/cmd/sgs/crle/common/
H A Ddump.c132 if (WIFSIGNALED(status)) { in dump()
H A Ddepend.c230 if (WIFSIGNALED(status)) { in depend()
/titanic_44/usr/src/cmd/ptools/preap/
H A Dpreap.c197 if (WIFSIGNALED(wstat)) { in print_exit_status()
/titanic_44/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c252 if (WIFSIGNALED(stat_loc)) { in main()
/titanic_44/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c268 if (WIFSIGNALED(err) == 0 || WTERMSIG(err) != SIGABRT) { in main()
/titanic_44/usr/src/cmd/ptools/ptime/
H A Dptime.c142 if (WIFSIGNALED(status)) { in main()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c374 } else if (WIFSIGNALED(status)) { in process_terminated_methods()
/titanic_44/usr/src/cmd/svc/startd/
H A Dfork.c442 } 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 Drunner.c155 pid, WEXITSTATUS(status), WIFSIGNALED(status), rd->r->argv[0]); in run_exited()

123