Searched refs:dispact (Results 1 – 2 of 2) sorted by relevance
71 #define CE_DISP(dispact) \ argument72 (dispact & 0xff)73 #define CE_ACT(dispact) \ argument74 (dispact & 0xff00)
3240 ce_dispact_t dispact, action; in ce_scrub_xdiag_recirc() local3267 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() local5184 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()