MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_PEI_RECOVERY_BLOCK_IO_PPI Struct Reference

Data Fields

EFI_PEI_GET_NUMBER_BLOCK_DEVICES GetNumberOfBlockDevices
 
EFI_PEI_GET_DEVICE_MEDIA_INFORMATION GetBlockDeviceMediaInfo
 
EFI_PEI_READ_BLOCKS ReadBlocks
 

Detailed Description

EFI_PEI_RECOVERY_BLOCK_IO_PPI provides the services that are required to access a block I/O device during PEI recovery boot mode.

Field Documentation

EFI_PEI_GET_DEVICE_MEDIA_INFORMATION _EFI_PEI_RECOVERY_BLOCK_IO_PPI::GetBlockDeviceMediaInfo

Gets the specified media information.

EFI_PEI_GET_NUMBER_BLOCK_DEVICES _EFI_PEI_RECOVERY_BLOCK_IO_PPI::GetNumberOfBlockDevices

Gets the number of block I/O devices that the specific block driver manages.

EFI_PEI_READ_BLOCKS _EFI_PEI_RECOVERY_BLOCK_IO_PPI::ReadBlocks

Reads the requested number of blocks from the specified block device.