Home
last modified time | relevance | path

Searched refs:WEXITSTATUS (Results 1 – 25 of 147) sorted by relevance

123456

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dwait.h59 #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 Dconf.h709 # undef WEXITSTATUS
1088 # undef WEXITSTATUS
1158 # undef WEXITSTATUS
1303 # undef WEXITSTATUS
1600 # undef WEXITSTATUS
1622 # undef WEXITSTATUS
1640 # undef WEXITSTATUS
1948 # undef WEXITSTATUS
2218 # undef WEXITSTATUS
2247 # undef WEXITSTATUS
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c123 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 Dwait.c101 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 Dmethod.c973 inst->ri_i.i_fmri, WEXITSTATUS(ret_status)); in method_run()
993 WEXITSTATUS(ret_status) != SMF_EXIT_NODAEMON) { in method_run()
1012 WEXITSTATUS(ret_status)); in method_run()
1015 WEXITSTATUS(ret_status)); in method_run()
1021 *exit_code = WEXITSTATUS(ret_status); in method_run()
1026 inst->ri_i.i_fmri, method, WEXITSTATUS(ret_status)); in method_run()
H A Dutmpx.c154 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/test/os-tests/tests/xsave/
H A Dproc_xregs_set.c97 if (WEXITSTATUS(xp.xp_wait) != EXIT_SUCCESS) { in main()
99 "got %d", WEXITSTATUS(xp.xp_wait)); in main()
/illumos-gate/usr/src/cmd/amt/
H A Damt.c212 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/cmd/keyserv/
H A Dupdate.c77 #ifdef WEXITSTATUS
132 #ifdef WEXITSTATUS
133 if (WEXITSTATUS(status) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c118 if (WEXITSTATUS(wstat) != 0) in promptpass()
119 warn("%s exited with code %d", promptprog, WEXITSTATUS(wstat)); in promptpass()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwait4 int exitstatus = WEXITSTATUS(0);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dexecve.c66 else status = WEXITSTATUS(status);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Ddaemon.c92 exit(WEXITSTATUS(status)); in daemonize_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h91 #define WEXITSTATUS(stat) ((int)(((stat)>>8)&0xFF)) macro
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c496 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 Dprocclose.c91 EXIT_CODE(WEXITSTATUS(status)); in procclose()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c130 exit(WEXITSTATUS(status)); in main()
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_ksock.c102 err = WEXITSTATUS(stat); in ksocket_bind_helper()
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h140 #define WEXITSTATUS(stat) WHIBYTE(stat) macro
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc467 exit_status = WEXITSTATUS(status); in await()
572 WEXITSTATUS(status)); in sh_command2string()
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c155 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 Dgenoffsets.pl95 $_ = WEXITSTATUS($rc);
/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c137 if (!WIFEXITED(stat) || WEXITSTATUS(stat) != 0) { in fix_file()
/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess_dump.c105 " (exited, code %d)\n"), WEXITSTATUS(i)); in event_process()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c166 _exit(WEXITSTATUS(st)); in daemonize_init()
560 x = WEXITSTATUS(status); in child_gone()

123456