Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/stand/libsa/
H A Dsdcd.c40 static int current_blkbytes; variable
137 current_blkbytes = rcdata->size; in check_unit()
138 current_blkshift = fls32(current_blkbytes) - 9; in check_unit()
173 if (current_blkbytes > 2048) { in readdisklabel()
175 current_blkbytes); in readdisklabel()
326 nblks = howmany(size, current_blkbytes); in sdcdstrategy()