Home
last modified time | relevance | path

Searched refs:BlockIo2Protocol (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Defi_blocks.rs19 protocol::{block_io::BlockIoProtocol, block_io2::BlockIo2Protocol, Protocol},
32 Async(Protocol<'a, BlockIo2Protocol>),
97 let blk_io = match bs.open_protocol::<BlockIo2Protocol>(*handle) { in find_block_devices()
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dblock_io2.rs30 pub struct BlockIo2Protocol; struct
32 impl ProtocolInfo for BlockIo2Protocol { implementation
40 impl Protocol<'_, BlockIo2Protocol> {
/aosp_15_r20/bootable/libbootloader/gbl/docs/
H A Defi_protocols.md21 ### BlockIo2Protocol subsection