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

/vbox/include/iprt/
H A Dsg.h142 RTDECL(int) RTSgBufCmp(PCRTSGBUF pSgBuf1, PCRTSGBUF pSgBuf2, size_t cbCmp);
H A Dmangling.h1324 # define RTSgBufCmp RT_MANGLER(RTSgBufCmp) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp164 RTDECL(int) RTSgBufCmp(PCRTSGBUF pSgBuf1, PCRTSGBUF pSgBuf2, size_t cbCmp) function
/vbox/src/VBox/Storage/
H A DVD.cpp1600 return RTSgBufCmp(&pIoCtx1->Req.Io.SgBuf, &pIoCtx2->Req.Io.SgBuf, cbData);
2636 if (!RTSgBufCmp(&pIoCtx->Req.Io.SgBuf, &pIoCtxParent->Req.Io.SgBuf, cbThisWrite))
2644 if (!cbWriteCopy || !RTSgBufCmp(&pIoCtx->Req.Io.SgBuf, &SgBufSrcTmp, cbWriteCopy))

Completed in 479 milliseconds