/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/ |
D | DxeTpm2MeasureBootLib.c | 633 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/ |
D | DxeTpmMeasureBootLib.c | 945 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/ |
D | BootManager.c | 399 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/ |
D | DevicePathToText.c | 2233 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/ |
D | FileExplorer.c | 413 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/ |
D | BootMaintenance.c | 346 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/ |
D | C.g | 84 def StoreTypedefDefinition(self, StartLine, StartOffset, EndLine, EndOffset, FromText, ToText): 85 …Tdef = CodeFragment.TypedefDefinition(FromText, ToText, (StartLine, StartOffset), (EndLine, EndOff…
|
D | CParser.py | 126 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/ |
D | CParser.py | 126 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/ |
D | ShellR64.patch | 934 ToText = DevPathToText->ConvertDevicePathToText (
|
D | ShellR33.patch | 2765 ToText = DevPathToText->ConvertDevicePathToText (
|