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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
H A DAcpiPlatform.c52 EFI_FIRMWARE_VOLUME2_PROTOCOL *FvInstance; local
87 (VOID**) &FvInstance
94 Status = FvInstance->ReadFile (
95 FvInstance,
108 *Instance = FvInstance;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/AcpiPlatformDxe/
H A DAcpiPlatform.c80 EFI_FIRMWARE_VOLUME2_PROTOCOL *FvInstance; local
115 (VOID**) &FvInstance
122 Status = FvInstance->ReadFile (
123 FvInstance,
136 *Instance = FvInstance;

Completed in 33 milliseconds