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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp364 uint8_t iParameter; member in struct:BUSLOGIC
1090 pBusLogic->iParameter = 0;
1139 pBusLogic->iParameter = 0;
1759 if (pBusLogic->iParameter == 1)
1778 if (pBusLogic->iParameter == 12)
2262 pBusLogic->iParameter = 0;
2342 pBusLogic->aCommandBuffer[pBusLogic->iParameter] = uVal;
2343 pBusLogic->iParameter++;
3209 SSMR3PutU8 (pSSM, pBusLogic->iParameter);
3321 SSMR3GetU8 (pSSM, &pBusLogic->iParameter);
[all...]

Completed in 62 milliseconds