Lines Matching refs:bytes_read
51 size_t bytes_read; in load_mbr_header() local
63 PLAT_PARTITION_BLOCK_SIZE, &bytes_read); in load_mbr_header()
64 if ((result != 0) || (bytes_read != PLAT_PARTITION_BLOCK_SIZE)) { in load_mbr_header()
94 size_t bytes_read; in load_gpt_header() local
105 sizeof(gpt_header_t), &bytes_read); in load_gpt_header()
106 if ((result != 0) || (sizeof(gpt_header_t) != bytes_read)) { in load_gpt_header()
109 sizeof(gpt_header_t), bytes_read); in load_gpt_header()
150 size_t bytes_read; in load_mbr_entry() local
162 PLAT_PARTITION_BLOCK_SIZE, &bytes_read); in load_mbr_entry()
207 size_t bytes_read = 0U; in load_gpt_entry() local
212 &bytes_read); in load_gpt_entry()
213 if ((result != 0) || (sizeof(gpt_entry_t) != bytes_read)) { in load_gpt_entry()
216 sizeof(gpt_entry_t), bytes_read); in load_gpt_entry()