Searched defs:ToText (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c857 CHAR16 *ToText; local
865 ToText = DevPathToText->ConvertDevicePathToText (
870 if (ToText != NULL) {
871 DEBUG ((DEBUG_INFO, "The measured image path is %s.\n", ToText));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c1500 CHAR16 *ToText; local
1515 ToText = DevPathToText->ConvertDevicePathToText (
1520 ASSERT (ToText != NULL);
1521 return ToText;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciLib.c293 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *ToText; local
315 (VOID **) &ToText
319 Str = ToText->ConvertDevicePathToText (
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c1465 CHAR16 *ToText; local
1480 ToText = DevPathToText->ConvertDevicePathToText (
1485 ASSERT (ToText != NULL);
1486 return ToText;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c124 CHAR16 *ToText; local
136 ToText = DevPathToText->ConvertDevicePathToText (
141 ASSERT (ToText != NULL);
142 return ToText;

Completed in 44 milliseconds