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

  /src/sys/arch/atari/dev/
fd.c 206 static void fddone(struct fd_softc *);
710 fddone(register struct fd_softc *sc) function in typeref:typename:void
729 panic("fddone");
733 printf("fddone: unit: %d, buf: %p, resid: %d\n",sc->unit, bp,
762 printf("fddone: Nothing to do\n");
769 printf("fddone: Staring job on unit %d\n", sc1->unit);
993 fddone(sc);
1019 fddone(sc);
1035 fddone(sc);
  /src/sys/arch/amiga/dev/
fd.c 214 void fddone(struct fd_softc *);
529 * if we requested that fddone()->fdfindwork() wake us, allow it to
1025 * if DMA'ing done for now, fddone() will call us again
1039 * just set flag and let fddone() call us again.
1168 * fdintr() -> fddmadone() -> fddone();
1170 * to fddone() else if the track cache is dirty it will flush. If
1202 * Mark us as busy now, in case fddone() gets called in one
1232 * do fddone() on last buf to allow other units to start.
1235 fddone(sc);
1269 fddone(sc)
1532 fddone(struct fd_softc *sc) function in typeref:typename:void
    [all...]

Completed in 14 milliseconds