ReactOS 0.4.16-dev-732-g2d1144a
|
#include <BlockIo.h>
Public Attributes | |
UINT64 | Revision |
EFI_BLOCK_IO_MEDIA * | Media |
EFI_BLOCK_RESET | Reset |
EFI_BLOCK_READ | ReadBlocks |
EFI_BLOCK_WRITE | WriteBlocks |
EFI_BLOCK_FLUSH | FlushBlocks |
EFI_BLOCK_FLUSH _EFI_BLOCK_IO_PROTOCOL::FlushBlocks |
EFI_BLOCK_IO_MEDIA* _EFI_BLOCK_IO_PROTOCOL::Media |
Pointer to the EFI_BLOCK_IO_MEDIA data for this device.
Definition at line 230 of file BlockIo.h.
Referenced by BlockIoFirmwareRead(), UefiDiskGetCacheableBlockCount(), UefiDiskGetDriveGeometry(), UefiDiskOpen(), UefiDiskReadLogicalSectors(), UefiInitializeBootDevices(), UefiSetBootpath(), and UefiSetupBlockDevices().
EFI_BLOCK_READ _EFI_BLOCK_IO_PROTOCOL::ReadBlocks |
Definition at line 233 of file BlockIo.h.
Referenced by BlockIoFirmwareRead(), and UefiDiskReadLogicalSectors().
EFI_BLOCK_RESET _EFI_BLOCK_IO_PROTOCOL::Reset |
UINT64 _EFI_BLOCK_IO_PROTOCOL::Revision |
EFI_BLOCK_WRITE _EFI_BLOCK_IO_PROTOCOL::WriteBlocks |