Lines Matching defs:bytes_read
51 size_t bytes_read;
63 PLAT_PARTITION_BLOCK_SIZE, &bytes_read);
64 if ((result != 0) || (bytes_read != PLAT_PARTITION_BLOCK_SIZE)) {
100 size_t bytes_read;
111 sizeof(gpt_header_t), &bytes_read);
112 if ((result != 0) || (sizeof(gpt_header_t) != bytes_read)) {
115 sizeof(gpt_header_t), bytes_read);
157 size_t bytes_read;
169 PLAT_PARTITION_BLOCK_SIZE, &bytes_read);
214 size_t bytes_read = 0U;
219 &bytes_read);
220 if ((result != 0) || (sizeof(gpt_entry_t) != bytes_read)) {
223 sizeof(gpt_entry_t), bytes_read);