Searched defs:ExtractHandlerGuidTable (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.c27 GUID *ExtractHandlerGuidTable; member in struct:__anon12452
85 HandlerInfo->ExtractHandlerGuidTable = (GUID *) (HandlerInfo + 1);
87 (UINT8 *)HandlerInfo->ExtractHandlerGuidTable +
102 Sets ExtractHandlerGuidTable so it points at a callee allocated array of registered GUIDs.
105 If ExtractHandlerGuidTable is NULL, then ASSERT().
107 @param[out] ExtractHandlerGuidTable A pointer to the array of GUIDs that have been registered through
116 OUT GUID **ExtractHandlerGuidTable
122 ASSERT (ExtractHandlerGuidTable != NULL);
129 *ExtractHandlerGuidTable = NULL;
137 *ExtractHandlerGuidTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiExtractGuidedSectionLib/
H A DPeiExtractGuidedSectionLib.c28 GUID *ExtractHandlerGuidTable; member in struct:__anon12456
61 if (HandlerInfo->ExtractHandlerGuidTable != (GUID *) (HandlerInfo + 1)) {
62 HandlerInfo->ExtractHandlerGuidTable = (GUID *) (HandlerInfo + 1);
64 (UINT8 *)HandlerInfo->ExtractHandlerGuidTable +
105 HandlerInfo->ExtractHandlerGuidTable = (GUID *) (HandlerInfo + 1);
107 (UINT8 *)HandlerInfo->ExtractHandlerGuidTable +
125 Sets ExtractHandlerGuidTable so it points at a callee allocated array of registered GUIDs.
128 If ExtractHandlerGuidTable is NULL, then ASSERT().
130 @param[out] ExtractHandlerGuidTable A pointer to the array of GUIDs that have been registered through
139 OUT GUID **ExtractHandlerGuidTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c76 EFI_GUID *ExtractHandlerGuidTable; local
99 ExtractHandlerNumber = ExtractGuidedSectionGetGuidList (&ExtractHandlerGuidTable);
110 GuidPpi->Guid = &ExtractHandlerGuidTable[ExtractHandlerNumber];
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c222 EFI_GUID *ExtractHandlerGuidTable; local
228 ExtractHandlerNumber = ExtractGuidedSectionGetGuidList (&ExtractHandlerGuidTable);
237 &ExtractHandlerGuidTable [ExtractHandlerNumber],

Completed in 51 milliseconds