Home
last modified time | relevance | path

Searched refs:sectSize (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/mac68k/obio/
H A Diwm_fd.c851 int sectSize, transferSize; in fdstrategy() local
858 sectSize = 0; /* XXX shut up gcc3 */ in fdstrategy()
886 sectSize = fd->currentType->sectorSize; in fdstrategy()
888 || (bp->b_bcount % sectSize) != 0) { in fdstrategy()
906 transferSize = (bp->b_bcount + (sectSize - 1)) / sectSize; in fdstrategy()