Searched defs:EfiBlockIoProtocol (Results 1 – 1 of 1) sorted by relevance
24 typedef struct EfiBlockIoProtocol EfiBlockIoProtocol; typedef26 struct EfiBlockIoProtocol { struct29 EfiStatus (*reset)(EfiBlockIoProtocol* self, bool extended_verification); argument30 EfiStatus (*read_blocks)(EfiBlockIoProtocol* self, uint32_t media_id, uint64_t lba, argument32 EfiStatus (*write_blocks)(EfiBlockIoProtocol* self, uint32_t media_id, uint64_t lba, argument34 EfiStatus (*flush_blocks)(EfiBlockIoProtocol* self); argument