Searched refs:read_size (Results 1 – 3 of 3) sorted by relevance
| /devicemodel/hw/platform/rpmb/ |
| A D | rpmb_sim.c | 670 void *read_buf, size_t read_size) in rpmb_sim_operations() argument 681 ret = rpmb_sim_write(rel_write_frame, nframe, read_buf, read_size/RPMB_FRAME_SIZE); in rpmb_sim_operations() 688 ret = rpmb_sim_program_key(rel_write_frame, 1, read_buf, read_size/RPMB_FRAME_SIZE); in rpmb_sim_operations() 697 ret = rpmb_sim_read(write_frame, 1, read_buf, read_size/RPMB_FRAME_SIZE); in rpmb_sim_operations() 713 uint32_t read_size = 0; in rpmb_sim_send() local 724 read_size = ioc_cmd->nframes * RPMB_FRAME_SIZE; in rpmb_sim_send() 746 frame_read, read_size); in rpmb_sim_send()
|
| /devicemodel/include/ |
| A D | att_keybox.h | 47 uint16_t read_size; member
|
| /devicemodel/hw/pci/ |
| A D | passthrough.c | 185 size_t read_size; in load_pci_rombar() local 201 read_size = fread(rom_header, 1, 4, fp); in load_pci_rombar() 203 if (read_size != 4) in load_pci_rombar() 227 read_size = fread(rom_buffer, 1, file_size, fp); in load_pci_rombar() 228 if (read_size != file_size) { in load_pci_rombar()
|
Completed in 10 milliseconds