Searched refs:ecstate (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | errclassify.h | 118 #define CE_INITDISPTBL_INDEX(afarmatch, ecstate, ce1, ce2) \ argument 119 ((afarmatch) << 5 | (ecstate) << 2 | (ce2) << 1 | (ce1)) 121 #define CE_DISPACT(array, afarmatch, ecstate, ce1, ce2) \ argument 122 (array[CE_INITDISPTBL_INDEX(afarmatch, ecstate, ce1, ce2)])
|