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

/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp246 typedef std::map <PCIBusAddress,PCIDeviceRecord > PCIMap; typedef in struct:BusAssignmentManager::State
253 PCIMap mPCIMap;
285 mPCIMap.insert(PCIMap::value_type(Address, devRec));
392 PCIMap::const_iterator it = mPCIMap.find(Address);
403 for (PCIMap::const_iterator it = mPCIMap.begin(); it != mPCIMap.end(); ++it, ++i)

Completed in 58 milliseconds