Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/news68k/stand/bootxx/
H A Dbootxx.c101 DPRINTF("block_count = %d\n", bbinfo.bbi_block_count); in bootxx()
128 for (i = 0; i < bbinfo.bbi_block_count; i++) { in bootxx()
/netbsd-src/sys/arch/newsmips/stand/bootxx/
H A Dbootxx.c93 DPRINTF("block_count = %d\n", bbinfo.bbi_block_count); in bootxx()
124 for (i = 0; i < bbinfo.bbi_block_count; i++) { in bootxx()
/netbsd-src/sys/arch/sun68k/stand/bootxx/
H A Dbootxx.c112 for (i = 0; i < bbinfo.bbi_block_count; i++) { in copyboot()
/netbsd-src/usr.sbin/installboot/
H A Dbbinfo.c222 maxblk = TARGET32TOHOST(bbinfop->bbi_block_count); in shared_bbinfo_setboot()
257 bbinfop->bbi_block_count = HOSTTOTARGET32(nblk); in shared_bbinfo_setboot()
/netbsd-src/sys/arch/sparc/stand/bootxx/
H A Dbootxx.c117 for (i = 0; i < bbinfo.bbi_block_count; i++) { in loadboot()
/netbsd-src/sys/arch/macppc/stand/bootxx/
H A Dbootxx.c354 for (j = 0; j < bbinfo.bbi_block_count; j++) { in startup()
/netbsd-src/sys/sys/
H A Dbootblock.h764 int32_t bbi_block_count; member