Home
last modified time | relevance | path

Searched refs:ToText (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c633 CHAR16 *ToText; in DxeTpm2MeasureBootHandler() local
634 ToText = ConvertDevicePathToText ( in DxeTpm2MeasureBootHandler()
639 if (ToText != NULL) { in DxeTpm2MeasureBootHandler()
640 DEBUG ((DEBUG_INFO, "The measured image path is %s.\n", ToText)); in DxeTpm2MeasureBootHandler()
641 FreePool (ToText); in DxeTpm2MeasureBootHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c945 CHAR16 *ToText; in DxeTpmMeasureBootHandler() local
946 ToText = ConvertDevicePathToText ( in DxeTpmMeasureBootHandler()
951 if (ToText != NULL) { in DxeTpmMeasureBootHandler()
952 DEBUG ((DEBUG_INFO, "The measured image path is %s.\n", ToText)); in DxeTpmMeasureBootHandler()
953 FreePool (ToText); in DxeTpmMeasureBootHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
DBootManager.c399 CHAR16 *ToText; in BmDevicePathToStr() local
412 ToText = DevPathToText->ConvertDevicePathToText ( in BmDevicePathToStr()
417 ASSERT (ToText != NULL); in BmDevicePathToStr()
418 return ToText; in BmDevicePathToStr()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c2233 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDeviceNodeToText() local
2245 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDeviceNodeToText()
2250 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDeviceNodeToText()
2258 ToText (&Str, (VOID *) DeviceNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDeviceNodeToText()
2291 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDevicePathToText() local
2308 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDevicePathToText()
2314 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDevicePathToText()
2321 if ((Str.Count != 0) && (ToText != DevPathToTextEndInstance)) { in UefiDevicePathLibConvertDevicePathToText()
2331 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
DFileExplorer.c413 CHAR16 *ToText; in LibDevicePathToStr() local
426 ToText = DevPathToText->ConvertDevicePathToText ( in LibDevicePathToStr()
431 ASSERT (ToText != NULL); in LibDevicePathToStr()
433 return ToText; in LibDevicePathToStr()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DBootMaintenance.c346 CHAR16 *ToText; in UiDevicePathToStr() local
359 ToText = DevPathToText->ConvertDevicePathToText ( in UiDevicePathToStr()
364 ASSERT (ToText != NULL); in UiDevicePathToStr()
365 return ToText; in UiDevicePathToStr()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DC.g84 def StoreTypedefDefinition(self, StartLine, StartOffset, EndLine, EndOffset, FromText, ToText):
85 …Tdef = CodeFragment.TypedefDefinition(FromText, ToText, (StartLine, StartOffset), (EndLine, EndOff…
DCParser.py126 def StoreTypedefDefinition(self, StartLine, StartOffset, EndLine, EndOffset, FromText, ToText): argument
127 …Tdef = CodeFragment.TypedefDefinition(FromText, ToText, (StartLine, StartOffset), (EndLine, EndOff…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DCParser.py126 def StoreTypedefDefinition(self, StartLine, StartOffset, EndLine, EndOffset, FromText, ToText): argument
127 …Tdef = CodeFragment.TypedefDefinition(FromText, ToText, (StartLine, StartOffset), (EndLine, EndOff…
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch934 ToText = DevPathToText->ConvertDevicePathToText (
DShellR33.patch2765 ToText = DevPathToText->ConvertDevicePathToText (