fd_bsize 349 dev/isa/fd.c int fd_bsize = FD_BSIZE(fd); fd_bsize 350 dev/isa/fd.c int bf = fd_bsize / DEV_BSIZE; fd_bsize 355 dev/isa/fd.c (bp->b_bcount % fd_bsize) != 0) && fd_bsize 381 dev/isa/fd.c bp->b_cylinder = bp->b_blkno / (fd_bsize / DEV_BSIZE) / fd->sc_type->seccyl; fd_bsize 621 dev/isa/fd.c int fd_bsize; fd_bsize 630 dev/isa/fd.c fd_bsize = FD_BSIZE(fd); fd_bsize 648 dev/isa/fd.c fd->sc_blkno = bp->b_blkno / (fd_bsize / DEV_BSIZE); fd_bsize 703 dev/isa/fd.c nblks = min(nblks, fd->sc_bcount / fd_bsize); fd_bsize 704 dev/isa/fd.c nblks = min(nblks, FDC_MAXIOSIZE / fd_bsize); fd_bsize 706 dev/isa/fd.c fd->sc_nbytes = finfo ? bp->b_bcount : nblks * fd_bsize; fd_bsize 814 dev/isa/fd.c fd->sc_skip / fd_bsize, (struct disklabel *)NULL); fd_bsize 1058 dev/isa/fd.c int fd_bsize = FD_BSIZE(fd); fd_bsize 1075 dev/isa/fd.c + finfo->head * type->sectrac) * fd_bsize / DEV_BSIZE;