Searched refs:DevList (Results 1 – 3 of 3) sorted by relevance
84 UINT8 *DevList; in AddPciDeviceNode() local87 DevList = AllocateZeroPool (sizeof (PCI_DEVICE) + Dev->Length); in AddPciDeviceNode()88 ASSERT (DevList != NULL); in AddPciDeviceNode()91 CopyMem (DevList, Dev->PciBridgeNode, Dev->Length); in AddPciDeviceNode()95 DeviceNode = (PCI_DEVICE *) (DevList + Dev->Length); in AddPciDeviceNode()102 Dev->PciBridgeNode = (PCI_DEVICE *)DevList; in AddPciDeviceNode()
28 LIST_ENTRY DevList; ///< List of registered device abstractions member
154 (void) InsertTailList(&daDeviceList, &Node->DevList); in __DevRegister()