Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dt6.c36 Print(L"Image device : %s\n", DevicePathToStr(dev_path)); in efi_main()
37 Print(L"Image file : %s\n", DevicePathToStr(loaded_image->FilePath)); in efi_main()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dmisc.c545 … return (ReturnDevicePathStrOnMismatch) ? DevicePathToStr(DevicePathFromHandle(Handle)) : NULL; in LibGetUiString()
565 return (ReturnDevicePathStrOnMismatch) ? DevicePathToStr(DevicePathFromHandle(Handle)) : NULL; in LibGetUiString()
H A Ddpath.c1125 DevicePathToStr ( in DevicePathToStr() function
H A Dprint.c1234 CHAR16 *dpstr = DevicePathToStr(dp); in _Print()
/netbsd-src/sys/stand/efiboot/
H A Defiboot.c97 Print(L"Image file : %s\n", DevicePathToStr(efi_li->FilePath)); in efi_main()
H A Defiblock.c580 path = DevicePathToStr(bdev->path); in efi_block_show()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dboot.c709 path = DevicePathToStr(efi_bootdp); in command_version()
793 path = DevicePathToStr(dp); in command_devpath()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h897 DevicePathToStr (
/netbsd-src/sys/external/bsd/gnu-efi/dist/
H A DChangeLog624 … Here is a patch for "DevicePathToStr()" to display device path according to UEFI 2 specification.