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()
100 size_t bytes_read; in load_gpt_header() local
111 sizeof(gpt_header_t), &bytes_read); in load_gpt_header()
112 if ((result != 0) || (sizeof(gpt_header_t) != bytes_read)) { in load_gpt_header()
115 sizeof(gpt_header_t), bytes_read); in load_gpt_header()
157 size_t bytes_read; in load_mbr_entry() local
169 PLAT_PARTITION_BLOCK_SIZE, &bytes_read); in load_mbr_entry()
214 size_t bytes_read = 0U; in load_gpt_entry() local
219 &bytes_read); in load_gpt_entry()
220 if ((result != 0) || (sizeof(gpt_entry_t) != bytes_read)) { in load_gpt_entry()
223 sizeof(gpt_entry_t), bytes_read); in load_gpt_entry()