Searched refs:EfiBlockIoInterface (Results 1 – 2 of 2) sorted by relevance
34 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()
58 struct EfiBlockIoInterface { struct
Completed in 6 milliseconds