Searched refs:BUS_OBJERR (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dmachsig.h113 #ifndef BUS_OBJERR /* also defined in ucbinclude/sys/signal.h */
114 #define BUS_OBJERR 3 /* object specific hardware error */ macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dmachsig.h115 #ifndef BUS_OBJERR /* also defined in ucbinclude/sys/signal.h */
116 #define BUS_OBJERR 3 /* object specific hardware error */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h100 #ifdef BUS_OBJERR /* Namespace conflict */
101 #undef BUS_OBJERR macro
H A Dsignal.h451 #ifdef BUS_OBJERR /* namespace conflict with SysV */
452 #undef BUS_OBJERR macro
454 #define BUS_OBJERR FC_OBJERR /* object returned errno value */ macro
456 * The BUS_CODE(code) will be one of the above. In the BUS_OBJERR case,
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h60 #define BUS_OBJERR FC_OBJERR /* object returned errno value */ macro
62 * The BUS_CODE(code) will be one of the above. In the BUS_OBJERR case,
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in149 SED_REPLACE(BUS_OBJERR)
H A Dprocfs.d.in178 inline int BUS_OBJERR = @BUS_OBJERR@;
179 #pragma D binding "1.0" BUS_OBJERR
/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.c90 if ((code = sip->si_code) == BUS_OBJERR)
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c102 if ((code = sip->si_code) == BUS_OBJERR)
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h252 #define BUS_OBJERR 3 /* Object-specific hardware error. */ macro
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c50 #undef BUS_OBJERR /* namespace conflict */ macro
142 default: /* BUS_OBJERR */
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c55 #undef BUS_OBJERR /* namespace conflict */ macro
250 default: /* BUS_OBJERR */
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c708 siginfo.si_code = BUS_OBJERR;
1960 si.si_code = (type == ASYNC_BERR ? BUS_OBJERR : BUS_ADRERR);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c932 siginfo.si_code = BUS_OBJERR;
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2905 case BUS_OBJERR: code = "BUS_OBJERR"; break;
3063 case BUS_OBJERR: code = "BUS_OBJERR"; break;

Completed in 127 milliseconds