Lines Matching defs:byte_count_wanted
335 ssize_t byte_count_wanted;
815 byte_count_wanted = MIN(NDBOOTD_BYTES_AVAIL(block_number, byte_offset,
818 if (byte_count_wanted > 0) {
829 byte_count_read = read(boot1_fd, disk_buffer + disk_buffer_offset, byte_count_wanted);
833 if (byte_count_read != byte_count_wanted
836 byte_count_read = byte_count_wanted;
838 if (byte_count_read != byte_count_wanted) {
840 (long) byte_count_wanted,
862 byte_count_wanted = MIN(NDBOOTD_BYTES_AVAIL(block_number, byte_offset,
866 && byte_count_wanted > 0) {
877 byte_count_read = read(boot2_fd, disk_buffer + disk_buffer_offset, byte_count_wanted);
881 if (byte_count_read != byte_count_wanted
884 byte_count_read = byte_count_wanted;
886 if (byte_count_read != byte_count_wanted) {
888 (long) byte_count_wanted,