/src/sys/dev/isa/ |
fdvar.h | 80 int sc_cylin; /* where we think the head is */ member in struct:fd_softc
|
/src/sys/arch/arc/jazz/ |
fd.c | 168 int sc_cylin; /* where we think the head is */ member in struct:fd_softc 356 fd->sc_cylin = -1; 669 fd->sc_cylin = -1; 840 if (fd->sc_cylin == bp->b_cylinder) 851 fd->sc_cylin = -1; 874 block = (fd->sc_cylin * type->heads + head) * 892 fd->sc_cylin, head, sec, nblks); 899 out_fdc(iot, ioh, fd->sc_cylin); /* track */ 934 fd->sc_cylin = bp->b_cylinder; 1022 fd->sc_cylin = 0 [all...] |
/src/sys/arch/atari/dev/ |
hdfd.c | 271 int sc_cylin; /* where we think the head is */ member in struct:fd_softc 546 fd->sc_cylin = -1; 836 fd->sc_cylin = -1; 1013 if (fd->sc_cylin == bp->b_cylinder) 1026 fd->sc_cylin = -1; 1054 block = (fd->sc_cylin * type->heads + head) 1077 fd->sc_drive, fd->sc_cylin, head, sec, nblks); 1099 out_fdc(fd->sc_cylin); /* track */ 1136 fd->sc_cylin = bp->b_cylinder; 1230 fd->sc_cylin = 0 [all...] |
/src/sys/arch/acorn32/mainbus/ |
fd.c | 240 int sc_cylin; /* where we think the head is */ member in struct:fd_softc 516 fd->sc_cylin = -1; 801 fd->sc_cylin = -1; 977 if (fd->sc_cylin == bp->b_cylinder) 994 fd->sc_cylin = -1; 1019 block = (fd->sc_cylin * type->heads + head) * type->sectrac + sec; 1058 read ? "read" : "write", fd->sc_drive, fd->sc_cylin, 1079 out_fdc(iot, ioh, fd->sc_cylin); /* track */ 1118 fd->sc_cylin = bp->b_cylinder; 1211 fd->sc_cylin = 0 [all...] |
/src/sys/arch/sparc64/dev/ |
fdc.c | 314 int sc_cylin; /* where we think the head is */ member in struct:fd_softc 972 fd->sc_cylin = -1; 1326 fd->sc_cylin = -1; 1702 fd->sc_cylin = bp->b_cylinder; 1707 if (fd->sc_cylin == bp->b_cylinder) 1710 fd->sc_cylin = -1; 1740 fd->sc_cylin = -1; 1784 block = (fd->sc_cylin * type->heads + head) * type->sectrac + 1808 fd->sc_drive, fd->sc_cylin, head, sec, nblks); 1833 FDC_WRFIFO(fdc, fd->sc_cylin); /*track* [all...] |
/src/sys/arch/sparc/dev/ |
fd.c | 282 int sc_cylin; /* where we think the head is */ member in struct:fd_softc 801 fd->sc_cylin = -1; 1143 fd->sc_cylin = -1; 1519 fd->sc_cylin = bp->b_cylinder; 1524 if (fd->sc_cylin == bp->b_cylinder) 1527 fd->sc_cylin = -1; 1557 fd->sc_cylin = -1; 1601 block = (fd->sc_cylin * type->heads + head) * type->sectrac + sec; 1623 fd->sc_drive, fd->sc_cylin, head, sec, nblks); 1648 FDC_WRFIFO(fdc, fd->sc_cylin); /*track* [all...] |
/src/sys/arch/x68k/dev/ |
fd.c | 244 int sc_cylin; /* where we think the head is */ member in struct:fd_softc 649 fd->sc_cylin = -1; 952 fd->sc_cylin = -1; 1182 if (fd->sc_cylin == bp->b_cylinder) 1193 fd->sc_cylin = -1; 1253 block = ((fd->sc_cylin * type->heads + head) * 1258 fd->sc_cylin, head, sec, type->secsize); 1271 read ? "read" : "write", fd->sc_drive, fd->sc_cylin, 1273 DPRINTF(("C H R N: %d %d %d %d\n", fd->sc_cylin, head, sec, 1354 block = ((fd->sc_cylin * type->heads + head) [all...] |
/src/sys/arch/sun3/dev/ |
fd.c | 258 int sc_cylin; /* where we think the head is */ member in struct:fd_softc 585 fd->sc_cylin = -1; 899 fd->sc_cylin = -1; 1242 fd->sc_cylin = bp->b_cylinder; 1247 if (fd->sc_cylin == bp->b_cylinder) 1261 fd->sc_cylin = -1; 1300 block = (fd->sc_cylin * type->heads + head) * 1324 fd->sc_cylin, head, sec, nblks); 1343 OUT_FDC(fdc, fd->sc_cylin, IOTIMEDOUT); /*track*/ 1382 fd->sc_cylin = bp->b_cylinder [all...] |