HomeSort by: relevance | last modified time | path
    Searched defs:DEVIDLE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/arc/jazz/
fdcvar.h 84 DEVIDLE = 0,
  /src/sys/dev/isa/
fdcvar.h 88 DEVIDLE = 0,
  /src/sys/arch/atari/dev/
hdfd.c 171 DEVIDLE = 0,
425 fdc->sc_state = DEVIDLE;
661 if (fdc->sc_state == DEVIDLE) {
717 fdc->sc_state = DEVIDLE;
860 if (fdc->sc_state != DEVIDLE) {
929 fdc->sc_state = DEVIDLE;
964 fdc->sc_state = DEVIDLE;
981 case DEVIDLE:
  /src/sys/arch/acorn32/mainbus/
fd.c 134 DEVIDLE = 0,
402 fdc->sc_state = DEVIDLE;
621 if (fdc->sc_state == DEVIDLE) {
677 fdc->sc_state = DEVIDLE;
824 if (fdc->sc_state != DEVIDLE) {
894 fdc->sc_state = DEVIDLE;
929 fdc->sc_state = DEVIDLE;
946 case DEVIDLE:
  /src/sys/arch/sparc64/dev/
fdc.c 165 DEVIDLE = 0,
786 fdc->sc_state = DEVIDLE;
1092 if (fdc->sc_state == DEVIDLE) {
1147 fdc->sc_state = DEVIDLE;
1397 if (fdc->sc_state != DEVIDLE) {
1476 fdc->sc_state = DEVIDLE;
1483 fdc->sc_state = DEVIDLE;
1644 fdc->sc_state = DEVIDLE;
1661 case DEVIDLE:
  /src/sys/arch/sparc/dev/
fd.c 152 DEVIDLE = 0,
631 fdc->sc_state = DEVIDLE;
914 if (fdc->sc_state == DEVIDLE) {
969 fdc->sc_state = DEVIDLE;
1214 if (fdc->sc_state != DEVIDLE) {
1293 fdc->sc_state = DEVIDLE;
1300 fdc->sc_state = DEVIDLE;
1461 fdc->sc_state = DEVIDLE;
1478 case DEVIDLE:
  /src/sys/arch/x68k/dev/
fd.c 120 DEVIDLE = 0,
486 fdc->sc_state = DEVIDLE;
752 if (fdc->sc_state == DEVIDLE) {
809 fdc->sc_state = DEVIDLE;
1006 if (fdc->sc_state != DEVIDLE) {
1074 fdc->sc_state = DEVIDLE;
1112 DPRINTF(("fdcintr: set DEVIDLE\n"));
1113 if (fdc->sc_state == DEVIDLE) {
1124 fdc->sc_state = DEVIDLE;
1141 case DEVIDLE
    [all...]
  /src/sys/arch/sun3/dev/
fd.c 135 DEVIDLE = 0,
434 fdc->sc_state = DEVIDLE;
718 if (fdc->sc_state == DEVIDLE) {
773 fdc->sc_state = DEVIDLE;
970 if (fdc->sc_state != DEVIDLE) {
1046 fdc->sc_state = DEVIDLE;
1187 fdc->sc_state = DEVIDLE;
1204 case DEVIDLE:

Completed in 19 milliseconds