Searched refs:ExtractHandlerNumber (Results 1 – 5 of 5) sorted by relevance
250 UINTN ExtractHandlerNumber; in SectionExtractionPeiEntry() local256 ExtractHandlerNumber = ExtractGuidedSectionGetGuidList (&ExtractHandlerGuidTable); in SectionExtractionPeiEntry()261 if (ExtractHandlerNumber > 0) { in SectionExtractionPeiEntry()262 …GuidPpi = (EFI_PEI_PPI_DESCRIPTOR *) AllocatePool (ExtractHandlerNumber * sizeof (EFI_PEI_PPI_DESC… in SectionExtractionPeiEntry()264 while (ExtractHandlerNumber-- > 0) { in SectionExtractionPeiEntry()267 GuidPpi->Guid = &ExtractHandlerGuidTable[ExtractHandlerNumber]; in SectionExtractionPeiEntry()
340 UINTN ExtractHandlerNumber; in SectionExtractionDxeEntry() local345 ExtractHandlerNumber = ExtractGuidedSectionGetGuidList (&ExtractHandlerGuidTable); in SectionExtractionDxeEntry()350 while (ExtractHandlerNumber-- > 0) { in SectionExtractionDxeEntry()353 … &ExtractHandlerGuidTable [ExtractHandlerNumber], &mCustomGuidedSectionExtractionProtocol, in SectionExtractionDxeEntry()
74 UINTN ExtractHandlerNumber; in PeimInitializeDxeIpl() local80 ExtractHandlerNumber = ExtractGuidedSectionGetGuidList (&ExtractHandlerGuidTable); in PeimInitializeDxeIpl()85 if (ExtractHandlerNumber > 0) { in PeimInitializeDxeIpl()86 …GuidPpi = (EFI_PEI_PPI_DESCRIPTOR *) AllocatePool (ExtractHandlerNumber * sizeof (EFI_PEI_PPI_DESC… in PeimInitializeDxeIpl()88 while (ExtractHandlerNumber-- > 0) { in PeimInitializeDxeIpl()91 GuidPpi->Guid = &ExtractHandlerGuidTable[ExtractHandlerNumber]; in PeimInitializeDxeIpl()
159 UINTN ExtractHandlerNumber; in InstallIplPermanentMemoryPpis() local165 ExtractHandlerNumber = ExtractGuidedSectionGetGuidList (&ExtractHandlerGuidTable); in InstallIplPermanentMemoryPpis()170 if (ExtractHandlerNumber > 0) { in InstallIplPermanentMemoryPpis()171 …GuidPpi = (EFI_PEI_PPI_DESCRIPTOR *) AllocatePool (ExtractHandlerNumber * sizeof (EFI_PEI_PPI_DESC… in InstallIplPermanentMemoryPpis()173 while (ExtractHandlerNumber-- > 0) { in InstallIplPermanentMemoryPpis()176 GuidPpi->Guid = &ExtractHandlerGuidTable[ExtractHandlerNumber]; in InstallIplPermanentMemoryPpis()
227 UINTN ExtractHandlerNumber; in InitializeSectionExtraction() local232 ExtractHandlerNumber = ExtractGuidedSectionGetGuidList (&ExtractHandlerGuidTable); in InitializeSectionExtraction()238 while (ExtractHandlerNumber-- > 0) { in InitializeSectionExtraction()241 &ExtractHandlerGuidTable [ExtractHandlerNumber], in InitializeSectionExtraction()