Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Derrclassify.h118 #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)])