Searched defs:SgSeg (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp157 RTSGSEG SgSeg; member in struct:RTZIPGZIPSTREAM
422 pThis->SgSeg.cbSeg = cbToWrite;
423 Assert(pThis->SgSeg.pvSeg == &pThis->abBuffer[0]);
706 pThis->SgSeg.pvSeg = &pThis->abBuffer[0];
707 pThis->SgSeg.cbSeg = sizeof(pThis->abBuffer);
708 RTSgBufInit(&pThis->SgBuf, &pThis->SgSeg, 1);
803 pThis->SgSeg.pvSeg = &pThis->abBuffer[0];
804 pThis->SgSeg.cbSeg = sizeof(pThis->abBuffer);
805 RTSgBufInit(&pThis->SgBuf, &pThis->SgSeg, 1);
/vbox/src/VBox/VMM/include/
H A DPDMBlkCacheInternal.h302 RTSGSEG SgSeg; member in struct:PDMBLKCACHEIOXFER
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp1271 RTSGSEG SgSeg; local
1274 SgSeg.pvSeg = pv;
1275 SgSeg.cbSeg = paRanges[i].cbRange;
1276 RTSgBufInit(&SgBuf, &SgSeg, 1);

Completed in 90 milliseconds