Searched refs:cbThisWrite (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Runtime/common/vfs/ |
H A D | vfsmemory.cpp | 511 uint32_t cbThisWrite = pExtent->cb - offDst; 512 if (cbThisWrite > cbLeftToWrite) 513 cbThisWrite = (uint32_t)cbLeftToWrite; 514 memcpy(&pExtent->abData[offDst], pbSrc, cbThisWrite); 517 cbLeftToWrite -= cbThisWrite; 520 pbSrc += cbThisWrite;
|
/vbox/src/VBox/Storage/testcase/ |
H A D | vbox-img.cpp | 804 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 D | VD.cpp | 2591 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 420 milliseconds