Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds