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

/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp93 PRTREQ pPendingDummyReq; member in struct:DRVSCSI
557 if (!pThis->pPendingDummyReq)
559 int rc = RTReqWait(pThis->pPendingDummyReq, cMillies);
562 RTReqRelease(pThis->pPendingDummyReq);
563 pThis->pPendingDummyReq = NULL;
586 pThis->pPendingDummyReq = pReq;
744 pThis->pPendingDummyReq = pReq;

Completed in 46 milliseconds