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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c86 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; local
127 FullDevicePath = VarConsole;
135 FreePool (FullDevicePath);
H A DBdsBoot.c385 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; local
388 FullDevicePath = NULL;
444 FullDevicePath = AppendDevicePath (UsbIoDevicePath, NextDevicePath);
449 BdsLibConnectDevicePath (FullDevicePath);
454 FullDevicePath,
459 FreePool (FullDevicePath);
461 FullDevicePath = UsbIoDevicePath;
487 FullDevicePath = FileDevicePath(Handle, maBdsLibBootFiles[IdxFile]);
488 if (FullDevicePath != NULL) {
489 Status = gBS->LoadImage(TRUE, gImageHandle, FullDevicePath, NUL
1033 EFI_DEVICE_PATH_PROTOCOL *FullDevicePath; local
[all...]

Completed in 35 milliseconds