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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c350 EFI_DEVICE_PATH_PROTOCOL *StartDevicePath; local
364 StartDevicePath = BdsLibGetVariableAndSize (
369 if (StartDevicePath == NULL) {
373 CopyOfDevicePath = StartDevicePath;
380 FreePool (StartDevicePath);
421 FreePool (StartDevicePath);

Completed in 153 milliseconds