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

/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h516 volatile int32_t cbTransferLeft; member in struct:PDMASYNCCOMPLETIONTASKFILE
/vbox/src/VBox/Storage/
H A DVD.cpp375 volatile uint32_t cbTransferLeft; member in struct:VDIOCTX::__anon16785::__anon16786
1070 pIoCtx->Req.Io.cbTransferLeft = (uint32_t)cbTransfer; Assert((uint32_t)cbTransfer == cbTransfer);
1546 pIoCtx->Req.Io.cbTransferLeft = (uint32_t)pIoCtx->Type.Child.cbTransferLeftSaved;
2101 ASMAtomicSubU32(&pIoCtx->Req.Io.cbTransferLeft, (uint32_t)cbThisRead); Assert(cbThisRead == (uint32_t)cbThisRead);
2629 Assert(!pIoCtx->Req.Io.cbTransferLeft && !pIoCtx->cMetaTransfersPending);
2648 ASMAtomicWriteU32(&pIoCtx->Req.Io.cbTransferLeft, 0);
2699 if ( pIoCtx->Req.Io.cbTransferLeft
2705 && ( pIoCtx->Req.Io.cbTransferLeft
2761 pIoCtx->Req.Io.cbTransferLeft = (uint32_t)cbTmp;
2762 pIoCtx->Req.Io.cbTransfer = pIoCtx->Req.Io.cbTransferLeft;
[all...]

Completed in 58 milliseconds