Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
DBdsPlatform.c825 CHAR16 *DevPathString; in SetPciIntLine() local
829 DevPathString = ConvertDevicePathToText (DevPath, FALSE, FALSE); in SetPciIntLine()
830 if (DevPathString == NULL) { in SetPciIntLine()
831 DevPathString = Fallback; in SetPciIntLine()
837 (UINT32)Bus, (UINT32)Device, (UINT32)Function, DevPathString, in SetPciIntLine()
840 if (DevPathString != Fallback) { in SetPciIntLine()
841 FreePool (DevPathString); in SetPciIntLine()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c1052 CHAR16 *DevPathString; in BcfgDisplayDump() local
1089 DevPathString = NULL; in BcfgDisplayDump()
1092 DevPathString = ConvertDevicePathToText(DevPath, TRUE, FALSE); in BcfgDisplayDump()
1096 DevPathString = NULL; in BcfgDisplayDump()
1107 DevPathString, in BcfgDisplayDump()
1131 if (DevPathString != NULL) { in BcfgDisplayDump()
1132 FreePool(DevPathString); in BcfgDisplayDump()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DMap.c306 CHAR16 *DevPathString; in PerformSingleMappingDisplay() local
401 DevPathString = ConvertDevicePathToText(DevPath, TRUE, FALSE); in PerformSingleMappingDisplay()
412 DevPathString in PerformSingleMappingDisplay()
444 DevPathString, in PerformSingleMappingDisplay()
448 SHELL_FREE_NON_NULL(DevPathString); in PerformSingleMappingDisplay()