Home | History | Annotate | Download | only in DuetBdsLib

Lines Matching refs:PciDevicePath

615    IN  EFI_DEVICE_PATH_PROTOCOL *PciDevicePath,

627 if (PciDevicePath == NULL || GopDevicePath == NULL) {
632 // Initialize the GopDevicePath to be PciDevicePath
634 *GopDevicePath = PciDevicePath;
635 TempPciDevicePath = PciDevicePath;
671 PciDevicePath,
673 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH
688 BdsLibUpdateConsoleVariable (VarConsoleOutDev, NULL, PciDevicePath);