Searched refs:current_blkshift (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/x68k/stand/libsa/ |
| D | sdcd.c | 41 static int current_blkshift; variable 67 blk_per_sect = 4 >> current_blkshift; in human2blk() 92 return ((DEV_BSIZE / 256) * n) >> current_blkshift; in bsd2blk() 138 current_blkshift = fls32(current_blkbytes) - 9; in check_unit() 143 error = IOCS_S_READ(0, 1, id, current_blkshift, buffer); in check_unit() 181 error = IOCS_S_READ(LABELSECTOR, 1, id, current_blkshift, buffer); in readdisklabel() 197 error = IOCS_S_READ(human2blk(2), 1, id, current_blkshift, buffer); in readdisklabel() 247 error = IOCS_S_READ(human2blk(2), 1, id, current_blkshift, buffer); in sd_getbsdpartition() 331 current_blkshift, buf); in sdcdstrategy() 334 current_blkshift, buf); in sdcdstrategy() [all …]
|