Searched refs:BUS_OBJERR (Results 1 – 15 of 15) sorted by relevance
113 #ifndef BUS_OBJERR /* also defined in ucbinclude/sys/signal.h */114 #define BUS_OBJERR 3 /* object specific hardware error */ macro
111 #ifndef BUS_OBJERR /* also defined in ucbinclude/sys/signal.h */112 #define BUS_OBJERR 3 /* object specific hardware error */ macro
98 #ifdef BUS_OBJERR /* Namespace conflict */99 #undef BUS_OBJERR
451 #ifdef BUS_OBJERR /* namespace conflict with SysV */452 #undef BUS_OBJERR454 #define BUS_OBJERR FC_OBJERR /* object returned errno value */ macro
252 #define BUS_OBJERR 3 /* Object-specific hardware error. */ macro
90 if ((code = sip->si_code) == BUS_OBJERR) in sigvechandler()
178 inline int BUS_OBJERR = @BUS_OBJERR@; variable179 #pragma D binding "1.0" BUS_OBJERR
147 SED_REPLACE(BUS_OBJERR)
102 if ((code = sip->si_code) == BUS_OBJERR) in sigvechandler()
50 #undef BUS_OBJERR /* namespace conflict */
51 #undef BUS_OBJERR /* namespace conflict */
701 siginfo.si_code = BUS_OBJERR; in trap()1950 si.si_code = (type == ASYNC_BERR ? BUS_OBJERR : BUS_ADRERR); in trap_async_berr_bto()
473 @ MSG_SI_BUS_OBJERR "[ BUS_OBJERR ]"
880 siginfo.si_code = BUS_OBJERR; in trap()
2777 case BUS_OBJERR: code = "BUS_OBJERR"; break; in print_siginfo32()2934 case BUS_OBJERR: code = "BUS_OBJERR"; break; in print_siginfo()