Searched refs:WEXITSTATUS (Results 1 - 25 of 153) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h68 #undef WEXITSTATUS macro
80 #ifndef WEXITSTATUS
81 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro
97 #define WSTOPSIG(x) WEXITSTATUS(x)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dwait.h59 #undef WEXITSTATUS macro
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/lib/libast/i386/include/ast/
H A Dwait.h68 #undef WEXITSTATUS macro
80 #ifndef WEXITSTATUS
81 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro
97 #define WSTOPSIG(x) WEXITSTATUS(x)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h68 #undef WEXITSTATUS macro
80 #ifndef WEXITSTATUS
81 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro
97 #define WSTOPSIG(x) WEXITSTATUS(x)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h68 #undef WEXITSTATUS macro
80 #ifndef WEXITSTATUS
81 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro
97 #define WSTOPSIG(x) WEXITSTATUS(x)
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dexecve.c66 else status = WEXITSTATUS(status);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c113 if (WEXITSTATUS(wstat) != 0)
114 warn("%s exited with code %d", promptprog, WEXITSTATUS(wstat));
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h87 #define WEXITSTATUS(x) (((union __wait*)&(x))->__w_retcode) macro
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Ddaemon.c94 exit(WEXITSTATUS(status));
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h91 #define WEXITSTATUS(stat) ((int)(((stat)>>8)&0xFF)) macro
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dprocclose.c89 EXIT_CODE(WEXITSTATUS(status));
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c123 WEXITSTATUS(status) != 0)
337 if (WEXITSTATUS(exitstatus) == CONFIGD_EXIT_DATABASE_BAD) {
382 switch (WEXITSTATUS(exitstatus)) {
420 switch (WEXITSTATUS(exitstatus)) {
439 WEXITSTATUS(exitstatus), errstr);
662 } else if (WEXITSTATUS(stat) != 0) {
665 WEXITSTATUS(stat));
1001 if (WEXITSTATUS(exitstatus)) {
1004 WEXITSTATUS(exitstatus));
H A Dwait.c100 if (WEXITSTATUS(status) != 0) {
103 WEXITSTATUS(status));
104 if (WEXITSTATUS(status) == SMF_EXIT_ERR_CONFIG)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h502 # undef WEXITSTATUS macro
709 # undef WEXITSTATUS macro
1088 # undef WEXITSTATUS macro
1158 # undef WEXITSTATUS macro
1303 # undef WEXITSTATUS macro
1600 # undef WEXITSTATUS macro
1622 # undef WEXITSTATUS macro
1640 # undef WEXITSTATUS macro
1667 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode) macro
1948 # undef WEXITSTATUS macro
2150 # undef WEXITSTATUS macro
2171 # undef WEXITSTATUS macro
2218 # undef WEXITSTATUS macro
2247 # undef WEXITSTATUS macro
2325 # undef WEXITSTATUS macro
2877 # define WEXITSTATUS macro
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c132 exit(WEXITSTATUS(status));
/illumos-gate/usr/src/tools/scripts/
H A Dgenoffsets.pl95 $_ = WEXITSTATUS($rc);
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h142 #define WEXITSTATUS(stat) WHIBYTE(stat) macro
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_ksock.c102 err = WEXITSTATUS(stat);
/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c79 #ifdef WEXITSTATUS
134 #ifdef WEXITSTATUS
135 if (WEXITSTATUS(status) != 0) {
/illumos-gate/usr/src/cmd/amt/
H A Damt.c214 status = WEXITSTATUS(status);
313 status = WEXITSTATUS(status);
522 status = WEXITSTATUS(status);
544 status = WEXITSTATUS(status);
568 status = WEXITSTATUS(status);
/illumos-gate/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c169 (WEXITSTATUS(status) == 1)) {
/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess_dump.c107 " (exited, code %d)\n"), WEXITSTATUS(i));
/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c136 if (!WIFEXITED(stat) || WEXITSTATUS(stat) != 0) {
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c132 if (rc != -1 && WEXITSTATUS(rc) == 1) {
260 if (WEXITSTATUS(rc) != 0) {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c496 audit_volume (adt_data, ADT_detach, WEXITSTATUS(exit_status),
597 if (WEXITSTATUS(exit_status) == 4) {
603 audit_volume (adt_data, ADT_remove, WEXITSTATUS(exit_status),

Completed in 1271 milliseconds

1234567