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

/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp804 uint32_t cbThisWrite = (uint32_t)RT_MIN(cbBuffer, local
807 cbThisWrite);
808 uOffset += cbThisWrite;
809 pvBuffer = (uint8_t *)pvBuffer + cbThisWrite;
810 cbBuffer -= cbThisWrite;
811 cbTotalWritten += cbThisWrite;
/vbox/src/VBox/Storage/
H A DVD.cpp2591 size_t cbThisWrite = pIoCtx->Type.Child.cbTransferParent; local
2596 cbPreRead + cbThisWrite + cbPostRead,
2617 size_t cbThisWrite = 0; local
2632 cbThisWrite = pIoCtx->Type.Child.cbTransferParent;
2636 if (!RTSgBufCmp(&pIoCtx->Req.Io.SgBuf, &pIoCtxParent->Req.Io.SgBuf, cbThisWrite))
2641 RTSgBufAdvance(&SgBufSrcTmp, cbThisWrite);
2642 RTSgBufAdvance(&pIoCtx->Req.Io.SgBuf, cbThisWrite);
2649 RTSgBufAdvance(&pIoCtxParent->Req.Io.SgBuf, cbThisWrite);
2657 vdIoCtxCopy(pIoCtx, pIoCtxParent, cbThisWrite);
2724 size_t cbThisWrite local
2809 size_t cbThisWrite = pIoCtx->Type.Child.cbTransferParent; local
2894 size_t cbThisWrite = pIoCtx->Type.Child.cbTransferParent; local
2959 size_t cbThisWrite; local
8765 size_t cbThisWrite = 0; local
[all...]

Completed in 64 milliseconds