Home
last modified time | relevance | path

Searched refs:BlockIoPpi (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DPeiCdExpress.c156 EFI_PEI_RECOVERY_BLOCK_IO_PPI *BlockIoPpi; in UpdateBlocksAndVolumes() local
166 BlockIoPpi = NULL; in UpdateBlocksAndVolumes()
184 (VOID **) &BlockIoPpi in UpdateBlocksAndVolumes()
202 Status = BlockIoPpi->GetNumberOfBlockDevices ( in UpdateBlocksAndVolumes()
204 BlockIoPpi, in UpdateBlocksAndVolumes()
233 Status = BlockIoPpi->GetBlockDeviceMediaInfo ( in UpdateBlocksAndVolumes()
235 BlockIoPpi, in UpdateBlocksAndVolumes()
258 PrivateData->CapsuleData[PrivateData->CapsuleCount].BlockIo = BlockIoPpi; in UpdateBlocksAndVolumes()
292 EFI_PEI_RECOVERY_BLOCK_IO_PPI *BlockIoPpi; in FindRecoveryCapsules() local
313 BlockIoPpi = PrivateData->CapsuleData[PrivateData->CapsuleCount].BlockIo; in FindRecoveryCapsules()
[all …]
DPeiCdExpress.h274 IN EFI_PEI_RECOVERY_BLOCK_IO_PPI *BlockIoPpi,
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/Generic/
DRecovery.c426 EFI_PEI_RECOVERY_BLOCK_IO_PPI *BlockIoPpi; in CheckIfMediaPresentOnBlockIoDevice() local
438 (VOID **)&BlockIoPpi in CheckIfMediaPresentOnBlockIoDevice()
447 Status = BlockIoPpi->GetNumberOfBlockDevices ( in CheckIfMediaPresentOnBlockIoDevice()
449 BlockIoPpi, in CheckIfMediaPresentOnBlockIoDevice()
458 Status = BlockIoPpi->GetBlockDeviceMediaInfo ( in CheckIfMediaPresentOnBlockIoDevice()
460 BlockIoPpi, in CheckIfMediaPresentOnBlockIoDevice()