Home | History | Annotate | Download | only in dev

Lines Matching refs:FDC_BSIZE

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;
1369 + (fd->sc_part & SEC_P01 ? FDC_BSIZE : 0),
1370 FDC_BSIZE);
1375 + (fd->sc_part & SEC_P01 ? FDC_BSIZE : 0),
1376 (char *)bp->b_data + fd->sc_skip, FDC_BSIZE);
1447 fd->sc_skip / FDC_BSIZE, (struct disklabel *)NULL);