Searched refs:AcpiGbl_EfiCurrentVolume (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosefixf.c93 static EFI_FILE_HANDLE AcpiGbl_EfiCurrentVolume = NULL; variable
438 EfiStatus = uefi_call_wrapper (AcpiGbl_EfiCurrentVolume->Open, 5,
439 AcpiGbl_EfiCurrentVolume, &EfiFile, Path16, OpenModes, 0);
482 (void) uefi_call_wrapper (AcpiGbl_EfiCurrentVolume->Close, 1, EfiFile);
529 EfiStatus = uefi_call_wrapper (AcpiGbl_EfiCurrentVolume->Read, 3,
649 EfiStatus = uefi_call_wrapper (AcpiGbl_EfiCurrentVolume->Write, 3,
1062 Volume, &AcpiGbl_EfiCurrentVolume);

Completed in 21 milliseconds