Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/isa/
Dfdc.c158 fdc->sc_state = DEVIDLE; in fdcattach()
280 if (fdc->sc_state != DEVIDLE) { in fdcstart()
Dfdlink.h48 DEVIDLE = 0, enumerator
Dfd.c318 if (fdc->sc_state != DEVIDLE) { in fdactivate()
439 if (fdc->sc_state == DEVIDLE) { in fdstrategy()
501 fdc->sc_state = DEVIDLE; in fdfinish()
671 fdc->sc_state = DEVIDLE; in fdintr()
690 case DEVIDLE: in fdintr()
949 fdc->sc_state = DEVIDLE; in fdtimeout()
/openbsd/src/sys/arch/sparc64/dev/
Dfd.c158 DEVIDLE = 0, enumerator
501 fdc->sc_state = DEVIDLE; in fdcattach()
742 if (fdc->sc_state == DEVIDLE) { in fdstrategy()
799 fdc->sc_state = DEVIDLE; in fdfinish()
1024 if (fdc->sc_state != DEVIDLE) { in fdcstart()
1088 fdc->sc_state = DEVIDLE; in fdctimeout()
1095 fdc->sc_state = DEVIDLE; in fdctimeout()
1260 fdc->sc_state = DEVIDLE; in fdcstate()
1279 case DEVIDLE: in fdcstate()