Searched refs:mDeferred3rdPartyImage (Results 1 – 1 of 1) sorted by relevance
35 DEFERRED_3RD_PARTY_IMAGE_TABLE mDeferred3rdPartyImage = { variable108 for (Index = 0; Index < mDeferred3rdPartyImage.Count; Index++) { in LookupImage()109 …if (CompareMem (ImageDevicePath, mDeferred3rdPartyImage.ImageInfo[Index].ImageDevicePath, DevicePa… in LookupImage()110 ASSERT (mDeferred3rdPartyImage.ImageInfo[Index].BootOption == BootOption); in LookupImage()111 return &mDeferred3rdPartyImage.ImageInfo[Index]; in LookupImage()137 mDeferred3rdPartyImage.Count * sizeof (DEFERRED_3RD_PARTY_IMAGE_INFO), in QueueImage()138 (mDeferred3rdPartyImage.Count + 1) * sizeof (DEFERRED_3RD_PARTY_IMAGE_INFO), in QueueImage()139 mDeferred3rdPartyImage.ImageInfo in QueueImage()144 mDeferred3rdPartyImage.ImageInfo = ImageInfo; in QueueImage()149 ImageInfo = &mDeferred3rdPartyImage.ImageInfo[mDeferred3rdPartyImage.Count]; in QueueImage()[all …]