Home | History | Annotate | Download | only in PciHostBridgeDxe

Lines Matching defs:Resources

455   // When resources were assigned, it's not needed to expose

505 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Resources;
522 Resources = AllocatePool (
526 ASSERT (Resources != NULL);
528 for (Link = GetFirstNode (&HostBridge->RootBridges), Descriptor = Resources
572 // Terminate the root bridge resources.
581 // Terminate the host bridge resources.
588 PciHostBridgeResourceConflict (HostBridge->Handle, Resources);
589 FreePool (Resources);
663 @retval EFI_NOT_READY Resources have not been submitted yet.