Searched refs:offBounceBuffer (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp201 uint32_t offBounceBuffer; member in struct:RTAIOMGRREQ
366 memcpy(((uint8_t *)pReq->pvBounceBuffer) + pReq->offBounceBuffer,
387 ((uint8_t *)pReq->pvBounceBuffer) + pReq->offBounceBuffer,
515 pReq->offBounceBuffer = pReq->off - offStart;
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h494 uint32_t offBounceBuffer; member in struct:PDMACTASKFILE
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp896 pTask->offBounceBuffer = pTask->Off - offStart;
1513 memcpy(((uint8_t *)pTask->pvBounceBuffer) + pTask->offBounceBuffer,
1543 ((uint8_t *)pTask->pvBounceBuffer) + pTask->offBounceBuffer,

Completed in 52 milliseconds