Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DPeiCdExpress.c169 EFI_PEI_RECOVERY_BLOCK_IO2_PPI *BlockIo2Ppi; in UpdateBlocksAndVolumes() local
177 BlockIo2Ppi = NULL; in UpdateBlocksAndVolumes()
189 (VOID **) &BlockIo2Ppi in UpdateBlocksAndVolumes()
208 Status = BlockIo2Ppi->GetNumberOfBlockDevices ( in UpdateBlocksAndVolumes()
210 BlockIo2Ppi, in UpdateBlocksAndVolumes()
228 Status = BlockIo2Ppi->GetBlockDeviceMediaInfo ( in UpdateBlocksAndVolumes()
230 BlockIo2Ppi, in UpdateBlocksAndVolumes()
268 PrivateData->CapsuleData[PrivateData->CapsuleCount].BlockIo2 = BlockIo2Ppi; in UpdateBlocksAndVolumes()
305 EFI_PEI_RECOVERY_BLOCK_IO2_PPI *BlockIo2Ppi; in FindRecoveryCapsules() local
326 BlockIo2Ppi = PrivateData->CapsuleData[PrivateData->CapsuleCount].BlockIo2; in FindRecoveryCapsules()
[all …]
DPeiCdExpress.h271 IN EFI_PEI_RECOVERY_BLOCK_IO2_PPI *BlockIo2Ppi,
/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteApi.c63 EFI_PEI_RECOVERY_BLOCK_IO2_PPI *BlockIo2Ppi; in UpdateBlocksAndVolumes() local
72 BlockIo2Ppi = NULL; in UpdateBlocksAndVolumes()
93 (VOID **) &BlockIo2Ppi in UpdateBlocksAndVolumes()
111 Status = BlockIo2Ppi->GetNumberOfBlockDevices ( in UpdateBlocksAndVolumes()
113 BlockIo2Ppi, in UpdateBlocksAndVolumes()
130 Status = BlockIo2Ppi->GetBlockDeviceMediaInfo ( in UpdateBlocksAndVolumes()
132 BlockIo2Ppi, in UpdateBlocksAndVolumes()
139 PrivateData->BlockDevice[PrivateData->BlockDeviceCount].BlockIo2 = BlockIo2Ppi; in UpdateBlocksAndVolumes()