Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mvme68k/stand/bootst/
H A Ddev_tape.c105 ti->blk_cnt = 0; in tape_open()
138 ti->blk_cnt = size / (512 / MVMEPROM_SCALE); in tape_strategy()
149 *rsize = (ti->blk_cnt / MVMEPROM_SCALE) * 512; in tape_strategy()
180 nti.blk_cnt = hackload_blocks; in hackprom_diskrd()
199 ti->blk_cnt * MVMEPROM_BLOCK_SIZE); in hackprom_diskrd()
201 blkoffset += (ti->blk_cnt * MVMEPROM_BLOCK_SIZE); in hackprom_diskrd()
/netbsd-src/usr.bin/cmp/
H A Dregular.c61 size_t blk_sz, blk_cnt; in c_regular()
91 blk_cnt = blk_sz; in c_regular()
103 for (; blk_cnt--; ++p1, ++p2, ++byte) { in c_regular()
60 size_t blk_sz, blk_cnt; c_regular() local
/netbsd-src/sys/arch/mvme68k/stand/libsa/
H A Dbugdev.c133 dio.blk_cnt = size / BUG_BLOCK_SIZE; /* assumed size in bytes */ in bugscstrategy()
142 *rsize = dio.blk_cnt * BUG_BLOCK_SIZE; in bugscstrategy()
/netbsd-src/sys/arch/mvme68k/include/
H A Dprom.h127 u_short blk_cnt; member