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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp375 uint8_t cbReplyParametersLeft; member in struct:BUSLOGIC
1700 pBusLogic->cbReplyParametersLeft = 0;
1711 pBusLogic->cbReplyParametersLeft = sizeof(ReplyInquirePCIHostAdapterInformation);
1723 pBusLogic->cbReplyParametersLeft = 0;
1742 pBusLogic->cbReplyParametersLeft = 4; /* Reply is 4 bytes long */
1748 pBusLogic->cbReplyParametersLeft = 1;
1754 pBusLogic->cbReplyParametersLeft = 1;
1771 pBusLogic->cbReplyParametersLeft = 0;
1795 pBusLogic->cbReplyParametersLeft = 4;
1804 pBusLogic->cbReplyParametersLeft
[all...]

Completed in 56 milliseconds