Searched refs:cbIo (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp164 size_t cbIo; member in struct:VDIOLOGENTINT
378 VBOXDDU_DECL(int) VDDbgIoLogStart(VDIOLOGGER hIoLogger, bool fAsync, VDDBGIOLOGREQ enmTxDir, uint64_t off, size_t cbIo, PCRTSGBUF pSgBuf, argument
404 Entry.Io.u64IoSize = RT_H2LE_U64(cbIo);
416 rc = vddbgIoLogWriteSgBuf(pIoLogger, pIoLogger->offWriteNext, pSgBuf, cbIo);
423 pIoLogger->offWriteNext += cbIo;
433 pIoLogEntry->cbIo = cbIo;
435 pIoLogEntry->cbIo = 0;
508 pIoLogEntry->cbIo = 0;
543 Entry.u64IoBuffer = RT_H2LE_U64(pIoLogEntry->cbIo);
[all...]
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp208 uint64_t cbIo; member in struct:VDIOTEST
530 static int tstVDIoTestInit(PVDIOTEST pIoTest, PVDTESTGLOB pGlob, bool fRandomAcc, uint64_t cbIo,
676 uint64_t cbIo = 0; local
704 cbIo = paScriptArgs[7].u64;
730 if (!cbIo)
731 cbIo = offEnd;
747 rc = tstVDIoTestInit(&IoTest, pGlob, fRandomAcc, cbIo, cbBlkSize, offStart, offEnd, uWriteChance, pPattern);
957 uint64_t SpeedKBs = (uint64_t)(cbIo / (NanoTS / 1000000000.0) / 1024);
1442 size_t cbIo = 0; local
1454 &off, &cbIo,
2383 tstVDIoTestInit(PVDIOTEST pIoTest, PVDTESTGLOB pGlob, bool fRandomAcc, uint64_t cbIo, size_t cbBlkSize, uint64_t offStart, uint64_t offEnd, unsigned uWriteChance, PVDPATTERN pPattern) argument
[all...]
/vbox/include/VBox/
H A Dvddbg.h158 * @param cbIo The number of bytes the I/O request transfered.
164 VBOXDDU_DECL(int) VDDbgIoLogStart(VDIOLOGGER hIoLogger, bool fAsync, VDDBGIOLOGREQ enmTxDir, uint64_t off, size_t cbIo, PCRTSGBUF pSgBuf,
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp1043 * @param cbIo How much to transfer.
1048 size_t cbIo, void *pvUser, RTAIOMGRREQTYPE enmType)
1061 size_t cbSeg = RTSgBufSegArrayCreate(pSgBuf, &pReq->DataSeg, &cSeg, cbIo);
1063 if (cbSeg == cbIo)
1047 rtAioMgrFileIoReqCreate(RTAIOMGRFILE hAioMgrFile, RTFOFF off, PRTSGBUF pSgBuf, size_t cbIo, void *pvUser, RTAIOMGRREQTYPE enmType) argument

Completed in 55 milliseconds