Home
last modified time | relevance | path

Searched refs:BlockIo2Ppi (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DPeiCdExpress.c157 EFI_PEI_RECOVERY_BLOCK_IO2_PPI *BlockIo2Ppi; in UpdateBlocksAndVolumes() local
165 BlockIo2Ppi = NULL; in UpdateBlocksAndVolumes()
177 (VOID **) &BlockIo2Ppi in UpdateBlocksAndVolumes()
196 Status = BlockIo2Ppi->GetNumberOfBlockDevices ( in UpdateBlocksAndVolumes()
198 BlockIo2Ppi, in UpdateBlocksAndVolumes()
216 Status = BlockIo2Ppi->GetBlockDeviceMediaInfo ( in UpdateBlocksAndVolumes()
218 BlockIo2Ppi, in UpdateBlocksAndVolumes()
256 PrivateData->CapsuleData[PrivateData->CapsuleCount].BlockIo2 = BlockIo2Ppi; in UpdateBlocksAndVolumes()
293 EFI_PEI_RECOVERY_BLOCK_IO2_PPI *BlockIo2Ppi; in FindRecoveryCapsules() local
314 BlockIo2Ppi = PrivateData->CapsuleData[PrivateData->CapsuleCount].BlockIo2; in FindRecoveryCapsules()
[all …]
DPeiCdExpress.h275 IN EFI_PEI_RECOVERY_BLOCK_IO2_PPI *BlockIo2Ppi,