/illumos-gate/usr/src/contrib/ast/src/lib/libast/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)
|
/illumos-gate/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 …]
|
/illumos-gate/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 | 101 if (WEXITSTATUS(status) != 0) { in wait_remove() 104 WEXITSTATUS(status)); in wait_remove() 105 if (WEXITSTATUS(status) == SMF_EXIT_ERR_CONFIG) in wait_remove()
|
H A D | method.c | 977 inst->ri_i.i_fmri, WEXITSTATUS(ret_status)); in method_run() 1015 WEXITSTATUS(ret_status)); in method_run() 1018 WEXITSTATUS(ret_status)); in method_run() 1024 *exit_code = WEXITSTATUS(ret_status); in method_run() 1030 inst->ri_i.i_fmri, method, WEXITSTATUS(ret_status)); in method_run()
|
H A D | utmpx.c | 154 up->ut_exit.e_exit = WEXITSTATUS(status); in utmpx_mark_dead() 319 u.ut_exit.e_exit = WEXITSTATUS(0); in utmpx_write_entry()
|
/illumos-gate/usr/src/cmd/amt/ |
H A D | amt.c | 212 status = WEXITSTATUS(status); in data_boundary_test() 311 status = WEXITSTATUS(status); in text_area_not_writeable() 520 status = WEXITSTATUS(status); in test_stack_end_of_hole() 542 status = WEXITSTATUS(status); in test_stack_end_of_hole() 566 status = WEXITSTATUS(status); in test_stack_end_of_hole()
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | proc_xregs_set.c | 97 if (WEXITSTATUS(xp.xp_wait) != EXIT_SUCCESS) { in main() 99 "got %d", WEXITSTATUS(xp.xp_wait)); in main()
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | update.c | 77 #ifdef WEXITSTATUS 132 #ifdef WEXITSTATUS 133 if (WEXITSTATUS(status) != 0) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | passprompt.c | 118 if (WEXITSTATUS(wstat) != 0) in promptpass() 119 warn("%s exited with code %d", promptprog, WEXITSTATUS(wstat)); in promptpass()
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | modunload.c | 86 if (WEXITSTATUS(status) != 0) { in exec_userfile() 87 errx(WEXITSTATUS(status), in exec_userfile()
|
/illumos-gate/usr/src/test/libproc-tests/tests/syscall/ |
H A D | pr_inject.c | 243 if (WEXITSTATUS(wstat) != 0) { in main() 245 WEXITSTATUS(wstat)); in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | wait | 4 int exitstatus = WEXITSTATUS(0);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | execve.c | 66 else status = WEXITSTATUS(status);
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | daemon.c | 92 exit(WEXITSTATUS(status)); in daemonize_init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | wait.h | 91 #define WEXITSTATUS(stat) ((int)(((stat)>>8)&0xFF)) macro
|
/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | procclose.c | 91 EXIT_CODE(WEXITSTATUS(status)); in procclose()
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/ |
H A D | badioctl.c | 130 exit(WEXITSTATUS(status)); in main()
|
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/ |
H A D | fksmbd_ksock.c | 102 err = WEXITSTATUS(stat); in ksocket_bind_helper()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | wait.h | 140 #define WEXITSTATUS(stat) WHIBYTE(stat) macro
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 467 exit_status = WEXITSTATUS(status); in await() 572 WEXITSTATUS(status)); in sh_command2string()
|
/illumos-gate/usr/src/cmd/hal/hald-runner/ |
H A D | runner.c | 155 pid, WEXITSTATUS(status), WIFSIGNALED(status), rd->r->argv[0]); in run_exited() 176 send_reply(rd->con, rd->msg, HALD_RUN_SUCCESS, WEXITSTATUS(status), error); in run_exited()
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | genoffsets.pl | 95 $_ = WEXITSTATUS($rc);
|
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | process_dump.c | 105 " (exited, code %d)\n"), WEXITSTATUS(i)); in event_process()
|