Home
last modified time | relevance | path

Searched refs:EVENT_MASK_FAULT (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dlom_priv.h112 #define EVENT_MASK_FAULT 0x40 macro
194 #define EVENT_DECODE_FAULT(evcode) ((evcode) & (EVENT_MASK_FAULT| \
/titanic_44/usr/src/uts/common/io/
H A Dbscv.c3646 if (event->ev_subsys & EVENT_MASK_FAULT) { in bscv_build_eventstring()
3921 } else if (EVENT_DECODE_FAULT(event->ev_subsys) == EVENT_MASK_FAULT) { in bscv_level_of_event()