|
XenevaOS
|
#include <BlockIo.h>

Public Attributes | |
| EFI_PEI_GET_NUMBER_BLOCK_DEVICES | GetNumberOfBlockDevices |
| EFI_PEI_GET_DEVICE_MEDIA_INFORMATION | GetBlockDeviceMediaInfo |
| EFI_PEI_READ_BLOCKS | ReadBlocks |
EFI_PEI_RECOVERY_BLOCK_IO_PPI provides the services that are required to access a block I/O device during PEI recovery boot mode.
| 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.