Home
last modified time | relevance | path

Searched refs:EfiBlockIoInterface (Results 1 – 2 of 2) sorted by relevance

/lib/uefi/
A Dblockio_protocols.cpp34 auto interface = reinterpret_cast<EfiBlockIoInterface *>(self); in read_blocks()
78 const auto interface = reinterpret_cast<EfiBlockIoInterface *>( in open_block_device()
79 uefi_malloc(sizeof(EfiBlockIoInterface))); in open_block_device()
83 memset(interface, 0, sizeof(EfiBlockIoInterface)); in open_block_device()
/lib/uefi/include/uefi/protocols/
A Dblock_io_protocol.h58 struct EfiBlockIoInterface { struct

Completed in 6 milliseconds