Searched refs:ImageBlocks (Results 1 – 2 of 2) sorted by relevance
36 IN EFI_HII_IMAGE_BLOCK *ImageBlocks, in GetImageIdOrAddress() argument44 ASSERT (ImageBlocks != NULL && ImageId != NULL); in GetImageIdOrAddress()45 CurrentImageBlock = ImageBlocks; in GetImageIdOrAddress()59 CurrentImageBlock = ImageBlocks; in GetImageIdOrAddress()639 EFI_HII_IMAGE_BLOCK *ImageBlocks; in HiiNewImage() local672 ImageBlocks = AllocatePool (ImagePackage->ImageBlockSize + NewBlockSize); in HiiNewImage()673 if (ImageBlocks == NULL) { in HiiNewImage()680 ImageBlocks, in HiiNewImage()685 ImagePackage->ImageBlock = ImageBlocks; in HiiNewImage()690 ImageBlocks = (EFI_HII_IMAGE_BLOCK *) ( in HiiNewImage()[all …]
842 IN EFI_HII_IMAGE_BLOCK *ImageBlocks,