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

/vbox/include/iprt/
H A Dsg.h130 RTDECL(size_t) RTSgBufCopy(PRTSGBUF pSgBufDst, PRTSGBUF pSgBufSrc, size_t cbCopy);
H A Dmangling.h1326 # define RTSgBufCopy RT_MANGLER(RTSgBufCopy) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp133 RTDECL(size_t) RTSgBufCopy(PRTSGBUF pSgBufDst, PRTSGBUF pSgBufSrc, size_t cbCopy) function
/vbox/src/VBox/Storage/
H A DVD.cpp1595 return RTSgBufCopy(&pIoCtxDst->Req.Io.SgBuf, &pIoCtxSrc->Req.Io.SgBuf, cbData);
2672 RTSgBufCopy(&pIoCtx->Req.Io.SgBuf, &SgBufParentTmp, cbWriteCopy);
2831 RTSgBufCopy(&pIoCtx->Req.Io.SgBuf, &SgBufParentTmp, cbWriteCopy);

Completed in 843 milliseconds