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

/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp267 bool findPCIAddress(const char* pszDevName, int iInstance, PCIBusAddress& Address);
300 bool BusAssignmentManager::State::findPCIAddress(const char* pszDevName, int iInstance, PCIBusAddress& Address) function in class:BusAssignmentManager::State
503 bool BusAssignmentManager::findPCIAddress(const char* pszDevName, int iInstance, PCIBusAddress& Address) function in class:BusAssignmentManager
505 return pState->findPCIAddress(pszDevName, iInstance, Address);

Completed in 42 milliseconds