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

/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dfdvar.h80 int sc_cylin; /* where we think the head is */ member in struct:fd_softc
H A Dfd.c555 fd->sc_cylin = -1;
917 fd->sc_cylin = -1;
1098 if (fd->sc_cylin == bp->b_cylinder)
1109 fd->sc_cylin = -1;
1135 block = (fd->sc_cylin * type->heads + head)
1153 read ? "read" : "write", fd->sc_drive, fd->sc_cylin,
1174 out_fdc(iot, ioh, fd->sc_cylin); /* track */
1211 fd->sc_cylin = bp->b_cylinder;
1297 fd->sc_cylin = 0;
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dfd.c168 int sc_cylin; /* where we think the head is */ member in struct:fd_softc
340 fd->sc_cylin = -1;
653 fd->sc_cylin = -1;
824 if (fd->sc_cylin == bp->b_cylinder)
835 fd->sc_cylin = -1;
858 block = (fd->sc_cylin * type->heads + head) *
876 fd->sc_cylin, head, sec, nblks);
883 out_fdc(iot, ioh, fd->sc_cylin); /* track */
918 fd->sc_cylin = bp->b_cylinder;
1006 fd->sc_cylin
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dhdfd.c271 int sc_cylin; /* where we think the head is */ member in struct:fd_softc
527 fd->sc_cylin = -1;
817 fd->sc_cylin = -1;
994 if (fd->sc_cylin == bp->b_cylinder)
1007 fd->sc_cylin = -1;
1035 block = (fd->sc_cylin * type->heads + head)
1058 fd->sc_drive, fd->sc_cylin, head, sec, nblks);
1080 out_fdc(fd->sc_cylin); /* track */
1117 fd->sc_cylin = bp->b_cylinder;
1211 fd->sc_cylin
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dfd.c244 int sc_cylin; /* where we think the head is */ member in struct:fd_softc
625 fd->sc_cylin = -1;
928 fd->sc_cylin = -1;
1158 if (fd->sc_cylin == bp->b_cylinder)
1169 fd->sc_cylin = -1;
1229 block = ((fd->sc_cylin * type->heads + head) *
1234 fd->sc_cylin, head, sec, type->secsize);
1247 read ? "read" : "write", fd->sc_drive, fd->sc_cylin,
1249 DPRINTF(("C H R N: %d %d %d %d\n", fd->sc_cylin, head, sec,
1330 block = ((fd->sc_cylin * typ
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dfd.c258 int sc_cylin; /* where we think the head is */ member in struct:fd_softc
566 fd->sc_cylin = -1;
880 fd->sc_cylin = -1;
1223 fd->sc_cylin = bp->b_cylinder;
1228 if (fd->sc_cylin == bp->b_cylinder)
1242 fd->sc_cylin = -1;
1281 block = (fd->sc_cylin * type->heads + head) *
1305 fd->sc_cylin, head, sec, nblks);
1324 OUT_FDC(fdc, fd->sc_cylin, IOTIMEDOUT); /*track*/
1363 fd->sc_cylin
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dfd.c241 int sc_cylin; /* where we think the head is */ member in struct:fd_softc
495 fd->sc_cylin = -1;
780 fd->sc_cylin = -1;
956 if (fd->sc_cylin == bp->b_cylinder)
973 fd->sc_cylin = -1;
998 block = (fd->sc_cylin * type->heads + head) * type->sectrac + sec;
1037 read ? "read" : "write", fd->sc_drive, fd->sc_cylin,
1058 out_fdc(iot, ioh, fd->sc_cylin); /* track */
1097 fd->sc_cylin = bp->b_cylinder;
1190 fd->sc_cylin
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dfdc.c314 int sc_cylin; /* where we think the head is */ member in struct:fd_softc
952 fd->sc_cylin = -1;
1306 fd->sc_cylin = -1;
1682 fd->sc_cylin = bp->b_cylinder;
1687 if (fd->sc_cylin == bp->b_cylinder)
1690 fd->sc_cylin = -1;
1720 fd->sc_cylin = -1;
1764 block = (fd->sc_cylin * type->heads + head) * type->sectrac +
1788 fd->sc_drive, fd->sc_cylin, head, sec, nblks);
1813 FDC_WRFIFO(fdc, fd->sc_cylin); /*trac
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dfd.c282 int sc_cylin; /* where we think the head is */ member in struct:fd_softc
781 fd->sc_cylin = -1;
1123 fd->sc_cylin = -1;
1499 fd->sc_cylin = bp->b_cylinder;
1504 if (fd->sc_cylin == bp->b_cylinder)
1507 fd->sc_cylin = -1;
1537 fd->sc_cylin = -1;
1581 block = (fd->sc_cylin * type->heads + head) * type->sectrac + sec;
1603 fd->sc_drive, fd->sc_cylin, head, sec, nblks);
1628 FDC_WRFIFO(fdc, fd->sc_cylin); /*trac
[all...]

Completed in 205 milliseconds