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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c895 EFI_DEVICE_PATH_PROTOCOL *NewVariableDevicePath; local
898 NewVariableDevicePath = NULL;
934 NewVariableDevicePath = AppendDevicePathInstance (
938 if (NewVariableDevicePath == NULL) {
950 &NewVariableDevicePath,
963 if (NewVariableDevicePath != NULL) {
971 GetDevicePathSize (NewVariableDevicePath),
972 NewVariableDevicePath
975 FreePool (NewVariableDevicePath);

Completed in 32 milliseconds