HomeSort by: relevance | last modified time | path
    Searched refs:FDC_BSIZE (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/arc/jazz/
fdreg.h 62 #define FDC_BSIZE 512
fd.c 442 (bp->b_bcount % FDC_BSIZE) != 0) {
451 sz = howmany(bp->b_bcount, FDC_BSIZE);
470 bp->b_blkno / (FDC_BSIZE / DEV_BSIZE) / fd->sc_type->seccyl;
813 fd->sc_blkno = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE);
865 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
866 nblks = uimin(nblks, fdc->sc_maxiosize / FDC_BSIZE);
868 fd->sc_nbytes = nblks * FDC_BSIZE;
967 fd->sc_skip / FDC_BSIZE, NULL);
1070 fd->sc_skip / FDC_BSIZE, (struct disklabel *)NULL);
1092 buffer.d_secsize = FDC_BSIZE;
    [all...]
  /src/sys/arch/acorn32/mainbus/
fdreg.h 61 #define FDC_BSIZE 512
fd.c 576 ((bp->b_bcount % FDC_BSIZE) != 0 &&
586 sz = howmany(bp->b_bcount, FDC_BSIZE);
604 bp->b_cylinder = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE) / fd->sc_type->seccyl;
950 fd->sc_blkno = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE);
1011 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
1012 nblks = uimin(nblks, FDC_MAXIOSIZE / FDC_BSIZE);
1014 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE;
1153 fd->sc_skip / FDC_BSIZE, (struct disklabel *)NULL);
1261 fd->sc_skip / FDC_BSIZE,
1291 buffer.d_secsize = FDC_BSIZE;
    [all...]
  /src/sys/arch/sun3/dev/
fdvar.h 32 #define FDC_BSIZE 512
fd.c 668 ((bp->b_bcount % FDC_BSIZE) != 0 &&
678 sz = howmany(bp->b_bcount, FDC_BSIZE);
698 bp->b_blkno / (FDC_BSIZE / DEV_BSIZE) / fd->sc_type->seccyl;
1208 fd->sc_blkno = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE);
1290 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
1291 nblks = uimin(nblks, FDC_MAXIOSIZE / FDC_BSIZE);
1293 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE;
1446 fd->sc_skip / FDC_BSIZE, NULL);
1578 fd->sc_skip / FDC_BSIZE, NULL);
1847 + finfo->head * type->sectrac) * FDC_BSIZE / DEV_BSIZE
    [all...]
  /src/sys/arch/x68k/dev/
fdreg.h 51 #define FDC_BSIZE 512
fd.c 701 ((bp->b_bcount % FDC_BSIZE) != 0 &&
714 sz = howmany(bp->b_bcount, FDC_BSIZE);
735 bp->b_cylinder = (bp->b_blkno / (FDC_BSIZE / DEV_BSIZE)) /
1146 fd->sc_blkno = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE);
1215 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
1219 if (fd->sc_bcount == FDC_BSIZE) {
1227 fd->sc_bcount / FDC_BSIZE - 1);
1233 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
1241 nblks = uimin(nblks, FDC_MAXIOSIZE / FDC_BSIZE);
1245 (finfo != NULL) ? bp->b_bcount : nblks * FDC_BSIZE;
    [all...]
  /src/sys/dev/isa/
fdreg.h 62 #define FDC_BSIZE 512
fd.c 708 ((bp->b_bcount % FDC_BSIZE) != 0 &&
718 sz = howmany(bp->b_bcount, FDC_BSIZE);
737 bp->b_blkno / (FDC_BSIZE / DEV_BSIZE) / fd->sc_type->seccyl;
1095 fd->sc_blkno = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE);
1150 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
1151 nblks = uimin(nblks, fdc->sc_maxiosize / FDC_BSIZE);
1153 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE;
1267 fd->sc_skip / FDC_BSIZE, NULL);
1391 fd->sc_skip / FDC_BSIZE, NULL);
1427 lp->d_secsize = FDC_BSIZE;
    [all...]
  /src/sys/arch/atari/dev/
hdfdreg.h 74 #define FDC_BSIZE 512
hdfd.c 614 ((bp->b_bcount % FDC_BSIZE) != 0 &&
624 sz = howmany(bp->b_bcount, FDC_BSIZE);
642 bp->b_cylinder = bp->b_blkno / (FDC_BSIZE/DEV_BSIZE) / fd->sc_type->seccyl;
986 fd->sc_blkno = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE);
1046 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
1047 nblks = uimin(nblks, FDC_MAXIOSIZE / FDC_BSIZE);
1049 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE;
1172 fd->sc_skip / FDC_BSIZE, (struct disklabel *)NULL);
1282 fd->sc_skip / FDC_BSIZE,
1497 + finfo->head * type->sectrac) * FDC_BSIZE / DEV_BSIZE
    [all...]

Completed in 21 milliseconds