Searched refs:DevPathToText (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c858 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevPathToText; local
862 (VOID **) &DevPathToText
865 ToText = DevPathToText->ConvertDevicePathToText (
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c1501 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevPathToText; local
1512 (VOID **) &DevPathToText
1515 ToText = DevPathToText->ConvertDevicePathToText (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c123 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevPathToText; local
133 (VOID **) &DevPathToText
136 ToText = DevPathToText->ConvertDevicePathToText (
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c1466 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevPathToText; local
1477 (VOID **) &DevPathToText
1480 ToText = DevPathToText->ConvertDevicePathToText (
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.c292 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevPathToText; local
295 Status = gBS->LocateProtocol(&gEfiDevicePathToTextProtocolGuid, NULL, (VOID**)&DevPathToText);
302 Temp = DevPathToText->ConvertDevicePathToText(DevPath, TRUE, TRUE);

Completed in 57 milliseconds