Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ndbootd/
H A Dndbootd.c310 size_t boot2_byte_count; in main() local
523 boot2_byte_count = 0; /* XXXGCC -Wuninitialized */ in main()
704 boot2_byte_count = stat_buffer.st_size; in main()
705 boot2_block_count = (boot2_byte_count + (NDBOOT_BSIZE - 1)) / NDBOOT_BSIZE; in main()
883 && file_offset + byte_count_read == boot2_byte_count) { in main()