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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c803 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath1; local
824 TempDevicePath1 = NULL;
848 TempDevicePath1,
851 if (TempDevicePath1 != NULL) {
852 FreePool (TempDevicePath1);
854 TempDevicePath1 = TempDevicePath2;
866 *NewDevicePath = TempDevicePath1;

Completed in 43 milliseconds