Searched refs:byte_count_read (Results 1 – 1 of 1) sorted by relevance
311 ssize_t byte_count_read; in main() local798 byte_count_read = 0; in main()803 byte_count_read = MIN(NDBOOTD_BYTES_AVAIL(block_number, byte_offset, in main()829 byte_count_read = read(boot1_fd, disk_buffer + disk_buffer_offset, byte_count_wanted); in main()833 if (byte_count_read != byte_count_wanted in main()834 && byte_count_read > 0 in main()835 && file_offset + byte_count_read == boot1_byte_count) { in main()836 byte_count_read = byte_count_wanted; in main()838 if (byte_count_read != byte_count_wanted) { in main()845 (long) byte_count_read)); in main()[all …]