Searched refs:buffer_size (Results 1 – 9 of 9) sorted by relevance
| /lib/uefi/ |
| A D | blockio2_protocols.cpp | 70 size_t buffer_size, void* buffer) { in read_blocks_async() argument 80 bio_read_async(dev, buffer, lba * dev->block_size, buffer_size, in read_blocks_async() 89 [dev, lba, buffer_size, buffer, token]() { in read_blocks_async() 93 bio_read_block(dev, buffer, lba, buffer_size / dev->block_size); in read_blocks_async() 113 size_t buffer_size, void* buffer) { in read_blocks_trampoline() argument 118 buffer_size, buffer); in read_blocks_trampoline() 124 size_t buffer_size, const void* buffer) { in write_blocks_ex() argument
|
| A D | blockio_protocols.cpp | 33 size_t buffer_size, void *buffer) { in read_blocks() argument 47 buffer_size / dev->block_size); in read_blocks() 48 if (bytes_read != buffer_size) { in read_blocks() 49 printf("Failed to read %ld bytes from %s\n", buffer_size, dev->name); in read_blocks() 56 uint64_t lba, size_t buffer_size, const void *buffer) { in write_blocks() argument
|
| A D | uefi_platform.cpp | 31 size_t *buffer_size, uint32_t flags) { in efi_dt_fixup() argument 148 const size_t buffer_size = in get_buffer() local 154 Buffer->Memory = alloc_page(buffer_size); in get_buffer() 159 Buffer->SizeBytes = buffer_size; in get_buffer()
|
| A D | uefi_platform.h | 33 size_t *buffer_size, uint32_t flags);
|
| /lib/uefi/include/uefi/protocols/ |
| A D | android_boot_protocol.h | 32 size_t* buffer_size, void* buffer); 34 size_t* buffer_size, const void* buffer);
|
| A D | gbl_efi_fastboot_transport.h | 43 size_t* buffer_size, void* buffer, 46 size_t* buffer_size, const void* buffer);
|
| A D | block_io2_protocol.h | 38 size_t buffer_size, void* buffer); 41 size_t buffer_size, const void* buffer);
|
| A D | block_io_protocol.h | 31 uint64_t lba, size_t buffer_size, void *buffer); 33 uint64_t lba, size_t buffer_size,
|
| A D | dt_fixup_protocol.h | 42 size_t *buffer_size, uint32_t flags);
|
Completed in 12 milliseconds