Home
last modified time | relevance | path

Searched refs:ChildResources (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciLib.c289 PCI_RESOURCE_NODE **ChildResources; in DumpResourceMap() local
335 ChildResources = AllocatePool (sizeof (PCI_RESOURCE_NODE *) * ChildResourceCount); in DumpResourceMap()
336 ASSERT (ChildResources != NULL); in DumpResourceMap()
339 …ChildResourceCount += FindResourceNode (Device, Resources[Index], &ChildResources[ChildResourceCou… in DumpResourceMap()
342 DumpResourceMap (Device, ChildResources, ChildResourceCount); in DumpResourceMap()
343 FreePool (ChildResources); in DumpResourceMap()