/titanic_44/usr/src/cmd/ssh/include/ |
H A D | bsd-waitpid.h | 38 #undef WIFEXITED 44 #define WIFEXITED(w) (!((_W_INT(w)) & 0377)) macro 46 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) 47 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | wait.h | 58 #undef WIFEXITED 67 #ifndef WIFEXITED 68 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 67 #undef WIFEXITED 76 #ifndef WIFEXITED 77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wait.h | 67 #undef WIFEXITED 76 #ifndef WIFEXITED 77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | wait.h | 67 #undef WIFEXITED 76 #ifndef WIFEXITED 77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | wait.h | 67 #undef WIFEXITED 76 #ifndef WIFEXITED 77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 501 # undef WIFEXITED 710 # undef WIFEXITED 1089 # undef WIFEXITED 1159 # undef WIFEXITED 1302 # undef WIFEXITED 1403 # undef WIFEXITED 1599 # undef WIFEXITED 1621 # undef WIFEXITED 1639 # undef WIFEXITED 1664 # undef WIFEXITED [all …]
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | wait | 3 int ifexited = WIFEXITED(0);
|
/titanic_44/usr/src/cmd/csh/ |
H A D | wait.h | 98 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0) macro
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | daemon.c | 93 if (waitpid(pid, &status, 0) == pid && WIFEXITED(status)) in daemonize_init()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | wait.h | 86 #define WIFEXITED(stat) ((int)((stat)&0xFF) == 0) macro
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | wait.h | 85 #define WIFEXITED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \ macro
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | fork.c | 122 if (!WIFEXITED(status) || in fork_mount() 366 } else if (WIFEXITED(exitstatus)) { in fork_configd() 658 if (!WIFEXITED(stat)) { in fork_rc_script() 1000 } else if (WIFEXITED(exitstatus)) { in fork_emi()
|
/titanic_44/usr/src/cmd/dtrace/test/cmd/badioctl/ |
H A D | badioctl.c | 127 if (WIFEXITED(status)) { in main()
|
/titanic_44/usr/src/cmd/smbsrv/fksmbd/ |
H A D | fksmbd_ksock.c | 101 if (WIFEXITED(stat)) { in ksocket_bind_helper()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | wait.h | 137 #define WIFEXITED(stat) (WLOBYTE(stat) == 0) macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | passprompt.c | 111 if (!WIFEXITED(wstat)) in promptpass()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | entropy.c | 124 if (!WIFEXITED(ret) && in seed_rng()
|
/titanic_44/usr/src/tools/scripts/ |
H A D | genoffsets.pl | 94 } elsif (WIFEXITED($rc)) {
|
/titanic_44/usr/src/lib/efcode/efdaemon/ |
H A D | efdaemon.c | 168 if (WIFEXITED(status) && in main()
|
/titanic_44/usr/src/lib/libcontract/common/ |
H A D | process_dump.c | 105 if (WIFEXITED(i)) { in event_process()
|
/titanic_44/usr/src/tools/ctf/ctfstrip/ |
H A D | ctfstrip.c | 136 if (!WIFEXITED(stat) || WEXITSTATUS(stat) != 0) { in fix_file()
|
/titanic_44/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 165 if (waitpid(pid, &st, 0) == pid && WIFEXITED(st)) in daemonize_init() 559 if (WIFEXITED(status)) { in child_gone()
|
/titanic_44/usr/src/lib/libinstzones/common/ |
H A D | zones_exec.c | 345 *r_status = WIFEXITED(status) ? WEXITSTATUS(status) : -1; in z_ExecCmdArray() 992 if (WIFEXITED(status)) { in _z_zone_exec()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | pkgexecv.c | 312 } else if (WIFEXITED(status)) { in pkgexecv()
|