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.c634 CHAR16 *ToText; in DxeTpm2MeasureBootHandler() local
635 ToText = ConvertDevicePathToText ( in DxeTpm2MeasureBootHandler()
640 if (ToText != NULL) { in DxeTpm2MeasureBootHandler()
641 DEBUG ((DEBUG_INFO, "The measured image path is %s.\n", ToText)); in DxeTpm2MeasureBootHandler()
642 FreePool (ToText); in DxeTpm2MeasureBootHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c943 CHAR16 *ToText; in DxeTpmMeasureBootHandler() local
944 ToText = ConvertDevicePathToText ( in DxeTpmMeasureBootHandler()
949 if (ToText != NULL) { in DxeTpmMeasureBootHandler()
950 DEBUG ((DEBUG_INFO, "The measured image path is %s.\n", ToText)); in DxeTpmMeasureBootHandler()
951 FreePool (ToText); in DxeTpmMeasureBootHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
DBootManager.c398 CHAR16 *ToText; in BmDevicePathToStr() local
411 ToText = DevPathToText->ConvertDevicePathToText ( in BmDevicePathToStr()
416 ASSERT (ToText != NULL); in BmDevicePathToStr()
417 return ToText; in BmDevicePathToStr()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c2199 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDeviceNodeToText() local
2211 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDeviceNodeToText()
2216 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDeviceNodeToText()
2224 ToText (&Str, (VOID *) DeviceNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDeviceNodeToText()
2257 DEVICE_PATH_TO_TEXT ToText; in UefiDevicePathLibConvertDevicePathToText() local
2274 ToText = DevPathToTextNodeGeneric; in UefiDevicePathLibConvertDevicePathToText()
2280 ToText = mUefiDevicePathLibToTextTable[Index].Function; in UefiDevicePathLibConvertDevicePathToText()
2287 if ((Str.Count != 0) && (ToText != DevPathToTextEndInstance)) { in UefiDevicePathLibConvertDevicePathToText()
2297 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
DFileExplorer.c409 CHAR16 *ToText; in LibDevicePathToStr() local
422 ToText = DevPathToText->ConvertDevicePathToText ( in LibDevicePathToStr()
427 ASSERT (ToText != NULL); in LibDevicePathToStr()
429 return ToText; in LibDevicePathToStr()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DBootMaintenance.c334 CHAR16 *ToText; in UiDevicePathToStr() local
347 ToText = DevPathToText->ConvertDevicePathToText ( in UiDevicePathToStr()
352 ASSERT (ToText != NULL); in UiDevicePathToStr()
353 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 (