Searched refs:ChildResourceCount (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciLib.c290 UINTN ChildResourceCount; local
331 ChildResourceCount = 0;
333 ChildResourceCount += FindResourceNode (Device, Resources[Index], NULL);
335 ChildResources = AllocatePool (sizeof (PCI_RESOURCE_NODE *) * ChildResourceCount);
337 ChildResourceCount = 0;
339 ChildResourceCount += FindResourceNode (Device, Resources[Index], &ChildResources[ChildResourceCount]);
342 DumpResourceMap (Device, ChildResources, ChildResourceCount);

Completed in 8 milliseconds