/titanic_41/usr/src/lib/libast/common/include/ |
H A D | wait.h | 59 #undef WEXITSTATUS 71 #ifndef WEXITSTATUS 72 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro 88 #define WSTOPSIG(x) WEXITSTATUS(x)
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 68 #undef WEXITSTATUS 80 #ifndef WEXITSTATUS 81 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro 97 #define WSTOPSIG(x) WEXITSTATUS(x)
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | wait.h | 68 #undef WEXITSTATUS 80 #ifndef WEXITSTATUS 81 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro 97 #define WSTOPSIG(x) WEXITSTATUS(x)
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | wait.h | 68 #undef WEXITSTATUS 80 #ifndef WEXITSTATUS 81 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro 97 #define WSTOPSIG(x) WEXITSTATUS(x)
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wait.h | 68 #undef WEXITSTATUS 80 #ifndef WEXITSTATUS 81 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro 97 #define WSTOPSIG(x) WEXITSTATUS(x)
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 502 # undef WEXITSTATUS 709 # undef WEXITSTATUS 1088 # undef WEXITSTATUS 1158 # undef WEXITSTATUS 1303 # undef WEXITSTATUS 1600 # undef WEXITSTATUS 1622 # undef WEXITSTATUS 1640 # undef WEXITSTATUS 1667 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode) macro 1948 # undef WEXITSTATUS [all …]
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | fork.c | 123 WEXITSTATUS(status) != 0) in fork_mount() 337 if (WEXITSTATUS(exitstatus) == CONFIGD_EXIT_DATABASE_BAD) { in fork_configd() 382 switch (WEXITSTATUS(exitstatus)) { in fork_configd() 420 switch (WEXITSTATUS(exitstatus)) { in fork_configd() 439 WEXITSTATUS(exitstatus), errstr); in fork_configd() 662 } else if (WEXITSTATUS(stat) != 0) { in fork_rc_script() 665 WEXITSTATUS(stat)); in fork_rc_script() 1001 if (WEXITSTATUS(exitstatus)) { in fork_emi() 1004 WEXITSTATUS(exitstatus)); in fork_emi()
|
H A D | wait.c | 100 if (WEXITSTATUS(status) != 0) { in wait_remove() 103 WEXITSTATUS(status)); in wait_remove() 104 if (WEXITSTATUS(status) == SMF_EXIT_ERR_CONFIG) in wait_remove()
|
H A D | method.c | 973 inst->ri_i.i_fmri, WEXITSTATUS(ret_status)); in method_run() 1011 WEXITSTATUS(ret_status)); in method_run() 1014 WEXITSTATUS(ret_status)); in method_run() 1020 *exit_code = WEXITSTATUS(ret_status); in method_run() 1024 inst->ri_i.i_fmri, method, WEXITSTATUS(ret_status)); in method_run()
|
/titanic_41/usr/src/cmd/amt/ |
H A D | amt.c | 214 status = WEXITSTATUS(status); in data_boundary_test() 313 status = WEXITSTATUS(status); in text_area_not_writeable() 522 status = WEXITSTATUS(status); in test_stack_end_of_hole() 544 status = WEXITSTATUS(status); in test_stack_end_of_hole() 568 status = WEXITSTATUS(status); in test_stack_end_of_hole()
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | update.c | 79 #ifdef WEXITSTATUS 134 #ifdef WEXITSTATUS 135 if (WEXITSTATUS(status) != 0) {
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | passprompt.c | 113 if (WEXITSTATUS(wstat) != 0) in promptpass() 114 warn("%s exited with code %d", promptprog, WEXITSTATUS(wstat)); in promptpass()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | wait | 4 int exitstatus = WEXITSTATUS(0);
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | bsd-waitpid.h | 47 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | execve.c | 66 else status = WEXITSTATUS(status);
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | daemon.c | 94 exit(WEXITSTATUS(status)); in daemonize_init()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | wait.h | 91 #define WEXITSTATUS(stat) ((int)(((stat)>>8)&0xFF)) macro
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | wait.h | 87 #define WEXITSTATUS(x) (((union __wait*)&(x))->__w_retcode) macro
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | procclose.c | 89 EXIT_CODE(WEXITSTATUS(status)); in procclose()
|
/titanic_41/usr/src/lib/libdscfg/common/ |
H A D | cfg_cluster.c | 132 if (rc != -1 && WEXITSTATUS(rc) == 1) { in cfg_cluster_init() 260 if (WEXITSTATUS(rc) != 0) { in cfg_l_dgname_islocal()
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/badioctl/ |
H A D | badioctl.c | 132 exit(WEXITSTATUS(status)); in main()
|
/titanic_41/usr/src/cmd/hal/tools/ |
H A D | hal-storage-shared.c | 496 audit_volume (adt_data, ADT_detach, WEXITSTATUS(exit_status), in handle_unmount() 597 if (WEXITSTATUS(exit_status) == 4) { in handle_eject() 603 audit_volume (adt_data, ADT_remove, WEXITSTATUS(exit_status), in handle_eject()
|
/titanic_41/usr/src/cmd/smbsrv/fksmbd/ |
H A D | fksmbd_ksock.c | 102 err = WEXITSTATUS(stat); in ksocket_bind_helper()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | wait.h | 142 #define WEXITSTATUS(stat) WHIBYTE(stat) macro
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | entropy.c | 127 if (WEXITSTATUS(ret) != 0) in seed_rng()
|