Home | History | Annotate | Download | only in isa

Lines Matching refs:FDC_BSIZE

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;
1624 + finfo->head * type->sectrac) * FDC_BSIZE / DEV_BSIZE;