Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/installboot/
H A Dbbinfo.c151 uint32_t maxblk, nblk, blk_i; in shared_bbinfo_setboot() local
259 for (blk_i = 0; blk_i < nblk; blk_i++) { in shared_bbinfo_setboot()
260 bbinfop->bbi_block_table[blk_i] = in shared_bbinfo_setboot()
261 HOSTTOTARGET32(blocks[blk_i].block); in shared_bbinfo_setboot()
262 if (blocks[blk_i].blocksize < blocks[0].blocksize && in shared_bbinfo_setboot()
263 blk_i + 1 != nblk) { in shared_bbinfo_setboot()
279 for (blk_i = 0; blk_i < nblk; blk_i++) in shared_bbinfo_setboot()
281 (unsigned long long)blocks[blk_i].block); in shared_bbinfo_setboot()