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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp366 uint8_t cbCommandParametersLeft; member in struct:BUSLOGIC
1091 pBusLogic->cbCommandParametersLeft = 0;
1762 pBusLogic->cbCommandParametersLeft = pBusLogic->aCommandBuffer[0];
1763 Log(("Set HA options: %u bytes follow\n", pBusLogic->cbCommandParametersLeft));
1781 pBusLogic->cbCommandParametersLeft = pBusLogic->aCommandBuffer[11];
1782 Log(("Execute SCSI cmd: %u more bytes follow\n", pBusLogic->cbCommandParametersLeft));
2095 else if (!pBusLogic->cbCommandParametersLeft)
2279 pBusLogic->cbCommandParametersLeft = 0;
2293 pBusLogic->cbCommandParametersLeft = 1;
2296 pBusLogic->cbCommandParametersLeft
[all...]

Completed in 59 milliseconds