Searched defs:GuidedExtraction (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c557 EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL *GuidedExtraction; local
578 Status = gBS->LocateProtocol (Context->ChildNode->EncapsulationGuid, NULL, (VOID **)&GuidedExtraction);
582 Status = GuidedExtraction->ExtractSection (
583 GuidedExtraction,
679 EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL *GuidedExtraction; local
840 Status = gBS->LocateProtocol (Node->EncapsulationGuid, NULL, (VOID **)&GuidedExtraction);
846 Status = GuidedExtraction->ExtractSection (
847 GuidedExtraction,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c506 EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL *GuidedExtraction; local
517 Status = gBS->LocateProtocol (Context->ChildNode->EncapsulationGuid, NULL, (VOID **)&GuidedExtraction);
522 Status = GuidedExtraction->ExtractSection (
523 GuidedExtraction,
630 EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL *GuidedExtraction; local
791 Status = CoreLocateProtocol (Node->EncapsulationGuid, NULL, (VOID **)&GuidedExtraction);
792 if (!EFI_ERROR (Status) && GuidedExtraction != NULL) {
797 Status = GuidedExtraction->ExtractSection (
798 GuidedExtraction,

Completed in 137 milliseconds