OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025