Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/sys/
H A Derrclassify.h71 #define CE_DISP(dispact) \ argument
72 (dispact & 0xff)
73 #define CE_ACT(dispact) \ argument
74 (dispact & 0xff00)
/titanic_44/usr/src/uts/sun4u/cpu/
H A Dus3_common.c3240 ce_dispact_t dispact, action; in ce_scrub_xdiag_recirc() local
3267 dispact = CE_DISPACT(ce_disp_table, in ce_scrub_xdiag_recirc()
3274 action = CE_ACT(dispact); /* bad lookup caught below */ in ce_scrub_xdiag_recirc()
5160 ce_dispact_t dispact, disp; in flt_to_error_type() local
5184 dispact = CE_DISPACT(ce_disp_table, in flt_to_error_type()
5193 ASSERT(dispact != CE_DISP_BAD); in flt_to_error_type()
5194 if (dispact == CE_DISP_BAD) in flt_to_error_type()
5197 disp = CE_DISP(dispact); in flt_to_error_type()