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

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DDriver.c243 Private->GopDevicePath = AppendDevicePathNode (
252 Private->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
258 Private->GopDevicePath = NULL;
261 if (Private->GopDevicePath != NULL) {
269 Private->GopDevicePath,
282 if (Private->GopDevicePath == NULL) {
H A DQemu.h95 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath; member in struct:__anon12630
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.c336 Private->GopDevicePath = AppendDevicePathNode (
345 Private->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
351 Private->GopDevicePath = NULL;
354 if (Private->GopDevicePath != NULL) {
362 Private->GopDevicePath,
394 if (Private->GopDevicePath == NULL) {
H A DCirrusLogic5430.h99 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath; member in struct:__anon12602
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c359 OUT EFI_DEVICE_PATH_PROTOCOL **GopDevicePath
370 if (PciDevicePath == NULL || GopDevicePath == NULL) {
375 // Initialize the GopDevicePath to be PciDevicePath
377 *GopDevicePath = PciDevicePath;
425 *GopDevicePath = TempDevicePath;
465 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath; local
477 GetGopDevicePath (DevicePath, &GopDevicePath);
478 DevicePath = GopDevicePath;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c434 Private->GopDevicePath = AppendDevicePathNode (
443 Private->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
449 Private->GopDevicePath = NULL;
452 if (Private->GopDevicePath != NULL) {
460 Private->GopDevicePath,
499 if (Private->GopDevicePath == NULL) {
H A DVBoxVga.h109 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath; member in struct:__anon13136
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.h131 EFI_DEVICE_PATH_PROTOCOL *GopDevicePath; member in struct:__anon10412
H A DBiosVideo.c672 BiosVideoPrivate->GopDevicePath = AppendDevicePathNode (
677 BiosVideoPrivate->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
687 BiosVideoPrivate->GopDevicePath,
918 BiosVideoPrivate->GopDevicePath,
1043 if (BiosVideoPrivate->GopDevicePath!= NULL) {
1044 FreePool (BiosVideoPrivate->GopDevicePath);
1854 BiosVideoPrivate->GopDevicePath
2051 Status = BiosVideoSetModeWorker (BiosVideoPrivate, ModeData, BiosVideoPrivate->GopDevicePath);

Completed in 78 milliseconds