Searched refs:PCIDeviceRecord (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Main/src-client/ | ||
H A D | BusAssignmentManager.cpp | 219 struct PCIDeviceRecord struct in struct:BusAssignmentManager::State 224 PCIDeviceRecord(const char* pszName, PCIBusAddress aHostAddress) function in struct:BusAssignmentManager::State::PCIDeviceRecord 230 PCIDeviceRecord(const char* pszName) function in struct:BusAssignmentManager::State::PCIDeviceRecord 235 bool operator<(const PCIDeviceRecord &a) const 240 bool operator==(const PCIDeviceRecord &a) const 246 typedef std::map <PCIBusAddress,PCIDeviceRecord > PCIMap; 249 typedef std::map <PCIDeviceRecord,PCIAddrList > ReversePCIMap; 282 PCIDeviceRecord devRec(pszName, HostAddress); 302 PCIDeviceRecord devRec(pszDevName); |
Completed in 226 milliseconds