Searched refs:orig_gstate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c5182 static int orig_gstate = IDNGS_IGNORE; local
5204 if (idnop->rwmem.goawol && (orig_gstate == IDNGS_IGNORE)) {
5207 orig_gstate = idn.state;
5211 } else if (!idnop->rwmem.goawol && (orig_gstate != IDNGS_IGNORE)) {
5215 idngs_str[orig_gstate], (int)orig_gstate);
5216 IDN_GSTATE_TRANSITION(orig_gstate);
5217 orig_gstate = IDNGS_IGNORE;

Completed in 70 milliseconds