Searched refs:DevicePathToStr (Results 1 – 9 of 9) sorted by relevance
36 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()
545 … return (ReturnDevicePathStrOnMismatch) ? DevicePathToStr(DevicePathFromHandle(Handle)) : NULL; in LibGetUiString()565 return (ReturnDevicePathStrOnMismatch) ? DevicePathToStr(DevicePathFromHandle(Handle)) : NULL; in LibGetUiString()
1125 DevicePathToStr ( in DevicePathToStr() function
1234 CHAR16 *dpstr = DevicePathToStr(dp); in _Print()
97 Print(L"Image file : %s\n", DevicePathToStr(efi_li->FilePath)); in efi_main()
580 path = DevicePathToStr(bdev->path); in efi_block_show()
709 path = DevicePathToStr(efi_bootdp); in command_version()793 path = DevicePathToStr(dp); in command_devpath()
897 DevicePathToStr (
624 … Here is a patch for "DevicePathToStr()" to display device path according to UEFI 2 specification.