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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.c1680 @param ResourcePool Point to resource pool structure. This pool
1687 IN OUT PCI_RESOURCE_NODE *ResourcePool,
1691 ZeroMem (ResourcePool, sizeof (PCI_RESOURCE_NODE));
1692 ResourcePool->ResType = ResourceType;
1693 ResourcePool->Signature = PCI_RESOURCE_SIGNATURE;
1694 InitializeListHead (&ResourcePool->ChildList);
1686 InitializeResourcePool( IN OUT PCI_RESOURCE_NODE *ResourcePool, IN PCI_BAR_TYPE ResourceType ) argument

Completed in 455 milliseconds