HomeSort by: relevance | last modified time | path
    Searched defs:boot1_byte_count (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ndbootd/
ndbootd.c 309 size_t boot1_byte_count; local in function:main
522 boot1_byte_count = 0; /* XXXGCC -Wuninitialized */
664 boot1_byte_count = stat_buffer.st_size;
665 boot1_block_count = (boot1_byte_count + (NDBOOT_BSIZE - 1)) / NDBOOT_BSIZE;
835 && file_offset + byte_count_read == boot1_byte_count) {
ndbootd.c 309 size_t boot1_byte_count; local in function:main
522 boot1_byte_count = 0; /* XXXGCC -Wuninitialized */
664 boot1_byte_count = stat_buffer.st_size;
665 boot1_block_count = (boot1_byte_count + (NDBOOT_BSIZE - 1)) / NDBOOT_BSIZE;
835 && file_offset + byte_count_read == boot1_byte_count) {

Completed in 25 milliseconds