Home | History | Annotate | Download | only in dev

Lines Matching defs:fdsetpos

207 void	fdsetpos(struct fd_softc *, int, int);
444 fdsetpos(sc, 0, 0);
445 fdsetpos(sc, sc->type->ncylinders, 0);
446 fdsetpos(sc, 0, 0);
714 fdsetpos(sc, 0, 0);
717 fdsetpos(sc, FDNHEADS, 0);
718 fdsetpos(sc, 0, 0);
1065 * fdsetpos(x, 0, 0) does calibrates the drive.
1068 fdsetpos(struct fd_softc *sc, int trk, int towrite)
1097 printf("fdsetpos: cyl %d head %d towrite %d\n", trk / FDNHEADS,
1374 fdsetpos(sc, dmatrk, write);
1432 fdsetpos(sc, sc->cachetrk % FDNHEADS, 0);
1436 fdsetpos(sc, sc->cachetrk, 0);
1438 fdsetpos(sc, sc->cachetrk + FDNHEADS, 0);