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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c54 PCI_DEVICE_PATH *PciDevicePath; local
68 PciDevicePath = NULL;
147 PciDevicePath = (PCI_DEVICE_PATH *) DevicePathNode;
153 if (PciDevicePath == NULL) {
169 if ((PciDevicePath->Device == LocalHddInfo[PciIndex].Device) &&
170 (PciDevicePath->Function == LocalHddInfo[PciIndex].Function)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDeviceIo.h95 @param PciDevicePath A pointer to the pointer for the EFI Device Path for PciAddress.
98 @retval EFI_SUCCESS The PciDevicePath returns a pointer to a valid EFI Device Path.
108 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
259 EFI_PCI_DEVICE_PATH PciDevicePath; member in struct:_EFI_DEVICE_IO_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c358 IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath,
370 if (PciDevicePath == NULL || GopDevicePath == NULL) {
375 // Initialize the GopDevicePath to be PciDevicePath
377 *GopDevicePath = PciDevicePath;
378 TempPciDevicePath = PciDevicePath;
414 PciDevicePath,
416 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH
431 BdsLibUpdateConsoleVariable (VarConsoleOutDev, NULL, PciDevicePath);
357 GetGopDevicePath( IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath, OUT EFI_DEVICE_PATH_PROTOCOL **GopDevicePath ) argument

Completed in 35 milliseconds