Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DDxeCapsuleReportLib.c201 CHAR16 *DevicePathStr; in RecordFmpCapsuleStatusVariable() local
204 DevicePathStr = NULL; in RecordFmpCapsuleStatusVariable()
206 DevicePathStr = ConvertDevicePathToText (FmpDevicePath, FALSE, FALSE); in RecordFmpCapsuleStatusVariable()
208 if (DevicePathStr != NULL) { in RecordFmpCapsuleStatusVariable()
209 DevicePathStrSize = StrSize(DevicePathStr); in RecordFmpCapsuleStatusVariable()
234 if (DevicePathStr != NULL) { in RecordFmpCapsuleStatusVariable()
235 …riableFmp + sizeof(EFI_CAPSULE_RESULT_VARIABLE_FMP) + sizeof(CHAR16), DevicePathStr, DevicePathStr… in RecordFmpCapsuleStatusVariable()
236 FreePool (DevicePathStr); in RecordFmpCapsuleStatusVariable()
237 DevicePathStr = NULL; in RecordFmpCapsuleStatusVariable()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c98 CHAR16* DevicePathStr; in GetConsoleDevicePathFromVariable() local
120 DevicePathStr = DefaultConsolePaths; in GetConsoleDevicePathFromVariable()
123DevicePathStr = (CHAR16*)AllocateCopyPool ((NextDevicePathStr - DefaultConsolePaths + 1) * sizeof(… in GetConsoleDevicePathFromVariable()
124 *(DevicePathStr + (NextDevicePathStr - DefaultConsolePaths)) = L'\0'; in GetConsoleDevicePathFromVariable()
131 DevicePathInstance = EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (DevicePathStr); in GetConsoleDevicePathFromVariable()
136 FreePool (DevicePathStr); in GetConsoleDevicePathFromVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/
DDefer3rdPartyImageLoad.c340 CHAR16 *DevicePathStr; in Defer3rdPartyImageLoad()
341 DevicePathStr = ConvertDevicePathToText (File, FALSE, FALSE); in Defer3rdPartyImageLoad()
346 DevicePathStr in Defer3rdPartyImageLoad()
348 if (DevicePathStr != NULL) { in Defer3rdPartyImageLoad()
349 FreePool (DevicePathStr); in Defer3rdPartyImageLoad()
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsEntryPoint.c178 CHAR16* DevicePathStr; in SupportedDevicePathsInit() local
194 DevicePathStr = DevicePathListStr; in SupportedDevicePathsInit()
197DevicePathStr = (CHAR16*)AllocateCopyPool ((NextDevicePathStr - DevicePathListStr + 1) * sizeof (C… in SupportedDevicePathsInit()
198 if (DevicePathStr == NULL) { in SupportedDevicePathsInit()
201 *(DevicePathStr + (NextDevicePathStr - DevicePathListStr)) = L'\0'; in SupportedDevicePathsInit()
208 Instance = EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (DevicePathStr); in SupportedDevicePathsInit()
213 FreePool (DevicePathStr); in SupportedDevicePathsInit()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DDeviceManager.c501 CHAR16 *DevicePathStr; in CreateDeviceManagerForm() local
651 DevicePathStr = DmExtractDevicePathFromHiiHandle(HiiHandles[Index]); in CreateDeviceManagerForm()
653 if (DevicePathStr != NULL){ in CreateDeviceManagerForm()
654 DevicePathId = HiiSetString (HiiHandle, 0, DevicePathStr, NULL); in CreateDeviceManagerForm()
655 FreePool(DevicePathStr); in CreateDeviceManagerForm()
674 DevicePathStr = DmExtractDevicePathFromHiiHandle(HiiHandles[Index]); in CreateDeviceManagerForm()
676 if (DevicePathStr != NULL){ in CreateDeviceManagerForm()
677 DevicePathId = HiiSetString (HiiHandle, 0, DevicePathStr, NULL); in CreateDeviceManagerForm()
678 FreePool(DevicePathStr); in CreateDeviceManagerForm()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DBootMaintenanceManagerCustomizedUiSupport.c378 CHAR16 *DevicePathStr; in BmmListThirdPartyDrivers() local
428 DevicePathStr = ExtractDevicePathFromHandle(HiiHandles[Index]); in BmmListThirdPartyDrivers()
429 if (DevicePathStr != NULL){ in BmmListThirdPartyDrivers()
430 DriverListPtr[Count].DevicePathId = HiiSetString (HiiHandle, 0, DevicePathStr, NULL); in BmmListThirdPartyDrivers()
431 FreePool (DevicePathStr); in BmmListThirdPartyDrivers()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPageCustomizedUiSupport.c582 CHAR16 *DevicePathStr; in UiListThirdPartyDrivers() local
632 DevicePathStr = ExtractDevicePathFromHiiHandle(HiiHandles[Index]); in UiListThirdPartyDrivers()
633 if (DevicePathStr != NULL){ in UiListThirdPartyDrivers()
634 DriverListPtr[Count].DevicePathId = HiiSetString (HiiHandle, 0, DevicePathStr, NULL); in UiListThirdPartyDrivers()
635 FreePool (DevicePathStr); in UiListThirdPartyDrivers()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c114 CHAR16 *DevicePathStr; in CheckDeferredLoadImageOnReadyToBoot() local
153 DevicePathStr = ConvertDevicePathToText (ImageDevicePath, FALSE, FALSE); in CheckDeferredLoadImageOnReadyToBoot()
154 DEBUG ((DEBUG_LOAD, "[Bds] Image was deferred but not loaded: %s.\n", DevicePathStr)); in CheckDeferredLoadImageOnReadyToBoot()
155 if (DevicePathStr != NULL) { in CheckDeferredLoadImageOnReadyToBoot()
156 FreePool (DevicePathStr); in CheckDeferredLoadImageOnReadyToBoot()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
DPciRootBridgeIo.c73 CHAR16 *DevicePathStr; in CreateRootBridge() local
76 DevicePathStr = NULL; in CreateRootBridge()
79 …DEBUG ((EFI_D_INFO, "%s\n", DevicePathStr = ConvertDevicePathToText (Bridge->DevicePath, FALSE, FA… in CreateRootBridge()
166 RootBridge->DevicePathStr = DevicePathStr; in CreateRootBridge()
DPciRootBridge.h78 CHAR16 *DevicePathStr; member
DPciHostBridge.c760 DEBUG ((EFI_D_INFO, " RootBridge: %s\n", RootBridge->DevicePathStr)); in NotifyPhase()
1245 DEBUG ((EFI_D_INFO, "PciHostBridge: SubmitResources for %s\n", RootBridge->DevicePathStr)); in SubmitResources()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c3657 CHAR16 *DevicePathStr; in UefiDevicePathLibConvertTextToDevicePath() local
3671 DevicePathStr = UefiDevicePathLibStrDuplicate (TextDevicePath); in UefiDevicePathLibConvertTextToDevicePath()
3673 Str = DevicePathStr; in UefiDevicePathLibConvertTextToDevicePath()
3694 FreePool (DevicePathStr); in UefiDevicePathLibConvertTextToDevicePath()