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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c896 @param ResPool Pointer to resource pool node.
903 IN PCI_RESOURCE_NODE *ResPool
913 CurrentLink = ResPool->ChildList.ForwardLink;
914 while (CurrentLink != NULL && CurrentLink != &ResPool->ChildList) {
972 PCI_RESOURCE_NODE *ResPool[5]; local
985 ResPool[0] = IoPool;
986 ResPool[1] = Mem32Pool;
987 ResPool[2] = PMem32Pool;
988 ResPool[3] = Mem64Pool;
989 ResPool[
[all...]

Completed in 45 milliseconds