Home
last modified time | relevance | path

Searched defs:EfiBlockIo2Protocol (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dblock_io2_protocol.h25 typedef struct EfiBlockIo2Protocol EfiBlockIo2Protocol; typedef
32 struct EfiBlockIo2Protocol { struct
34 EfiStatus (*reset)(EfiBlockIo2Protocol* self, bool extended_verification); argument
35 EfiStatus (*read_blocks_ex)(EfiBlockIo2Protocol* self, uint32_t media_id, argument
38 EfiStatus (*write_blocks_ex)(EfiBlockIo2Protocol* self, uint32_t media_id, argument
41 EfiStatus (*flush_blocks_ex)(EfiBlockIo2Protocol* self, argument