Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi/defs/protocols/
Dblock_io_protocol.h24 typedef struct EfiBlockIoProtocol EfiBlockIoProtocol; typedef
26 struct EfiBlockIoProtocol { struct
29 EfiStatus (*reset)(EfiBlockIoProtocol* self, bool extended_verification); argument
30 EfiStatus (*read_blocks)(EfiBlockIoProtocol* self, uint32_t media_id, uint64_t lba, argument
32 EfiStatus (*write_blocks)(EfiBlockIoProtocol* self, uint32_t media_id, uint64_t lba, argument
34 EfiStatus (*flush_blocks)(EfiBlockIoProtocol* self); argument