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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c894 EFI_DEVICE_PATH_PROTOCOL *VariableDevicePath; local
897 VariableDevicePath = NULL;
905 VariableDevicePath = ConPlatformGetVariable (VariableName);
912 VariableDevicePath,
924 if (VariableDevicePath != NULL) {
925 FreePool (VariableDevicePath);
935 VariableDevicePath,
948 VariableDevicePath,
955 if (VariableDevicePath != NULL) {
956 FreePool (VariableDevicePath);
[all...]

Completed in 433 milliseconds