Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.c1083 CHAR16 *DevPathString; in SetPciIntLine() local
1087 DevPathString = ConvertDevicePathToText (DevPath, FALSE, FALSE); in SetPciIntLine()
1088 if (DevPathString == NULL) { in SetPciIntLine()
1089 DevPathString = Fallback; in SetPciIntLine()
1095 (UINT32)Bus, (UINT32)Device, (UINT32)Function, DevPathString, in SetPciIntLine()
1098 if (DevPathString != Fallback) { in SetPciIntLine()
1099 FreePool (DevPathString); in SetPciIntLine()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DMap.c300 CHAR16 *DevPathString; in PerformSingleMappingDisplay() local
395 DevPathString = ConvertDevicePathToText(DevPath, TRUE, FALSE); in PerformSingleMappingDisplay()
406 DevPathString in PerformSingleMappingDisplay()
438 DevPathString, in PerformSingleMappingDisplay()
442 SHELL_FREE_NON_NULL(DevPathString); in PerformSingleMappingDisplay()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c1035 CHAR16 *DevPathString; in BcfgDisplayDump() local
1053 DevPathString = NULL; in BcfgDisplayDump()
1103 DevPathString = ConvertDevicePathToText(FilePathList, TRUE, FALSE); in BcfgDisplayDump()
1118 DevPathString, in BcfgDisplayDump()
1134 if (DevPathString != NULL) { in BcfgDisplayDump()
1135 FreePool(DevPathString); in BcfgDisplayDump()