Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c61 EFI_DEVICE_PATH *TempFilePath; in OpenSimpleReadFile() local
213 TempFilePath = DuplicateDevicePath (*FilePath); in OpenSimpleReadFile()
215 TempFilePathPtr = TempFilePath; in OpenSimpleReadFile()
217 …Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &LoadFileProtocol, &TempFilePath, DeviceHandle… in OpenSimpleReadFile()