Home | History | Annotate | Download | only in dev

Lines Matching refs:FDC_BSIZE

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;
1550 lp->d_secsize = FDC_BSIZE;
1560 if ((FDC_BSIZE * fd->sc_type->size)
1569 lp->d_secsize = FDC_BSIZE;