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

  /src/usr.sbin/ndbootd/
ndbootd.c 307 int32_t boot1_block_count; local in function:main
520 boot1_block_count = 0; /* XXXGCC -Wuninitialized */
665 boot1_block_count = (boot1_byte_count + (NDBOOT_BSIZE - 1)) / NDBOOT_BSIZE;
666 if (boot1_block_count > NDBOOTD_BOOT1_BLOCK_COUNT) {
668 boot1_file_name, boot1_block_count, NDBOOTD_BOOT1_BLOCK_COUNT));
671 boot1_file_name, boot1_block_count));
816 NDBOOTD_BOOT1_BLOCK_FIRST, boot1_block_count),
ndbootd.c 307 int32_t boot1_block_count; local in function:main
520 boot1_block_count = 0; /* XXXGCC -Wuninitialized */
665 boot1_block_count = (boot1_byte_count + (NDBOOT_BSIZE - 1)) / NDBOOT_BSIZE;
666 if (boot1_block_count > NDBOOTD_BOOT1_BLOCK_COUNT) {
668 boot1_file_name, boot1_block_count, NDBOOTD_BOOT1_BLOCK_COUNT));
671 boot1_file_name, boot1_block_count));
816 NDBOOTD_BOOT1_BLOCK_FIRST, boot1_block_count),
ndbootd.c 307 int32_t boot1_block_count; local in function:main
520 boot1_block_count = 0; /* XXXGCC -Wuninitialized */
665 boot1_block_count = (boot1_byte_count + (NDBOOT_BSIZE - 1)) / NDBOOT_BSIZE;
666 if (boot1_block_count > NDBOOTD_BOOT1_BLOCK_COUNT) {
668 boot1_file_name, boot1_block_count, NDBOOTD_BOOT1_BLOCK_COUNT));
671 boot1_file_name, boot1_block_count));
816 NDBOOTD_BOOT1_BLOCK_FIRST, boot1_block_count),

Completed in 143 milliseconds