Home
last modified time | relevance | path

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

1234567

/titanic_41/usr/src/lib/libast/common/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)
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h68 #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 Dwait.h68 #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 Dwait.h68 #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 Dwait.h68 #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 Dconf.h502 # 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 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.c100 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 Dmethod.c973 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 Damt.c214 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 Dupdate.c79 #ifdef WEXITSTATUS
134 #ifdef WEXITSTATUS
135 if (WEXITSTATUS(status) != 0) {
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c113 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 Dwait4 int exitstatus = WEXITSTATUS(0);
/titanic_41/usr/src/cmd/ssh/include/
H A Dbsd-waitpid.h47 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
/titanic_41/usr/src/lib/libast/common/comp/
H A Dexecve.c66 else status = WEXITSTATUS(status);
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Ddaemon.c94 exit(WEXITSTATUS(status)); in daemonize_init()
/titanic_41/usr/src/uts/common/sys/
H A Dwait.h91 #define WEXITSTATUS(stat) ((int)(((stat)>>8)&0xFF)) macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h87 #define WEXITSTATUS(x) (((union __wait*)&(x))->__w_retcode) macro
/titanic_41/usr/src/lib/libast/common/misc/
H A Dprocclose.c89 EXIT_CODE(WEXITSTATUS(status)); in procclose()
/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c132 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 Dbadioctl.c132 exit(WEXITSTATUS(status)); in main()
/titanic_41/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()
/titanic_41/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_ksock.c102 err = WEXITSTATUS(stat); in ksocket_bind_helper()
/titanic_41/usr/src/ucbhead/sys/
H A Dwait.h142 #define WEXITSTATUS(stat) WHIBYTE(stat) macro
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dentropy.c127 if (WEXITSTATUS(ret) != 0) in seed_rng()

1234567