Searched defs:write_blocks (Results 1 – 5 of 5) sorted by relevance
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | block_io.rs | 59 pub fn write_blocks(&self, lba: u64, buffer: &mut [u8]) -> Result<()> { in write_blocks() method
|
| /bootable/libbootloader/gbl/efi/src/ |
| D | efi_blocks.rs | 75 async fn write_blocks(&mut self, blk_offset: u64, data: &mut [u8]) -> Result<(), Error> { in write_blocks() method
|
| /bootable/libbootloader/gbl/libefi_types/defs/protocols/ |
| D | block_io_protocol.h | 32 EfiStatus (*write_blocks)(EfiBlockIoProtocol* self, uint32_t media_id, uint64_t lba, member
|
| /bootable/libbootloader/gbl/libstorage/src/ |
| D | ram_block.rs | 93 async fn write_blocks(&mut self, blk_offset: u64, data: &mut [u8]) -> Result<(), Error> { in write_blocks() method
|
| D | lib.rs | 107 async fn write_blocks(&mut self, blk_offset: u64, data: &mut [u8]) -> Result<()>; in write_blocks() method 129 async fn write_blocks(&mut self, blk_offset: u64, data: &mut [u8]) -> Result<()> { in write_blocks() function 152 async fn write_blocks(&mut self, _: u64, _: &mut [u8]) -> Result<()> { in write_blocks() method
|