Searched refs:RTSgBufGetNextSegment (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dsg.h118 RTDECL(void *) RTSgBufGetNextSegment(PRTSGBUF pSgBuf, size_t *pcbSeg);
H A Dmangling.h1334 # define RTSgBufGetNextSegment RT_MANGLER(RTSgBufGetNextSegment) macro
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp234 void *pvBuf = RTSgBufGetNextSegment(pSgBuf, &cbBuf);
298 void *pvBuf = RTSgBufGetNextSegment(pSgBuf, &cbBuf);
/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp121 RTDECL(void *) RTSgBufGetNextSegment(PRTSGBUF pSgBuf, size_t *pcbSeg) function
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp246 pvSeg = RTSgBufGetNextSegment(&SgBuf, &cbSeg);

Completed in 476 milliseconds