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

/vbox/src/VBox/Main/src-server/
H A DStorageControllerImpl.cpp740 ULONG devicesPerPort; local
741 HRESULT rc = m->pSystemProperties->GetMaxDevicesPerPortForStorageBus(m->bd->mStorageBus, &devicesPerPort);
747 || aDevice >= (LONG)devicesPerPort
751 (int)aControllerPort, (int)portCount-1, (int)aDevice, (int)devicesPerPort-1);

Completed in 44 milliseconds