Searched refs:cbAdvance (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstNtQueryStuff.cpp166 uintptr_t cbAdvance = 0; local
245 cbAdvance = MemInfo.RegionSize;
246 //cbAdvance = 0;
247 if (uPtrWhere + cbAdvance <= uPtrWhere)
/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp107 size_t cbAdvance = pcbRead ? *pcbRead : pSgBuf->paSegs[0].cbSeg; local
108 pThis->offCurPos = off + cbAdvance;
109 if (pcbRead && !cbAdvance)
/vbox/include/iprt/
H A Dsg.h202 * @param cbAdvance Number of bytes to move forward.
204 RTDECL(size_t) RTSgBufAdvance(PRTSGBUF pSgBuf, size_t cbAdvance);
/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp345 RTDECL(size_t) RTSgBufAdvance(PRTSGBUF pSgBuf, size_t cbAdvance) argument
349 size_t cbLeft = cbAdvance;
364 return cbAdvance - cbLeft;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp1780 uintptr_t cbAdvance = 0; local
1954 cbAdvance = MemInfo.RegionSize;
1955 if (uPtrWhere + cbAdvance <= uPtrWhere)
H A DSUPR3HardenedMain-win.cpp3667 uintptr_t cbAdvance = 0; local
3718 cbAdvance = MemInfo.RegionSize;
3719 if (uPtrWhere + cbAdvance <= uPtrWhere)
/vbox/src/VBox/VMM/VMMR3/
H A DSSM.cpp3131 * @param cbAdvance Number of bytes to advance (with in the current unit).
3133 static void ssmR3ProgressByByte(PSSMHANDLE pSSM, uint64_t cbAdvance)
3139 if (cbAdvance > cbLeft)
3140 cbAdvance = cbLeft;
3141 pSSM->offEst += cbAdvance;

Completed in 102 milliseconds