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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp252 uint8_t cMaxDevices; member in struct:LSILOGICSCSI
578 pThis->cMaxDevices = pThis->cDeviceStates;
1046 pThis->cMaxDevices = pIOCInitReq->u8MaxDevices;
1058 pReply->IOCInit.u8MaxDevices = pThis->cMaxDevices;
1093 pReply->IOCFacts.u8MaxDevices = pThis->cMaxDevices;
4051 pHlp->pfnPrintf(pHlp, "cMaxDevices=%u\n", pThis->cMaxDevices);
4377 SSMR3PutU8 (pSSM, pThis->cMaxDevices);
4618 SSMR3GetU8 (pSSM, &pThis->cMaxDevices);

Completed in 61 milliseconds