Searched defs:cSeg (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIInternal.h147 unsigned cSeg; member in struct:VSCSIIOREQINT::__anon15957::__anon15958
/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp373 unsigned cSeg = 0; local
381 cSeg = 1;
390 cSeg++;
399 && cSeg < *pcSeg)
414 paSeg[cSeg].cbSeg = cbThisSeg;
415 paSeg[cSeg].pvSeg = pvSeg;
416 cSeg++;
422 *pcSeg = cSeg;
H A Daiomgr.cpp1060 unsigned cSeg = 1; local
1061 size_t cbSeg = RTSgBufSegArrayCreate(pSgBuf, &pReq->DataSeg, &cSeg, cbIo);
/vbox/src/VBox/Devices/Storage/
H A DDrvBlock.cpp353 static DECLCALLBACK(int) drvblockAsyncReadStart(PPDMIBLOCKASYNC pInterface, uint64_t off, PCRTSGSEG pSeg, unsigned cSeg, size_t cbRead, void *pvUser) argument
366 int rc = pThis->pDrvMediaAsync->pfnStartRead(pThis->pDrvMediaAsync, off, pSeg, cSeg, cbRead, pvUser);
372 static DECLCALLBACK(int) drvblockAsyncWriteStart(PPDMIBLOCKASYNC pInterface, uint64_t off, PCRTSGSEG pSeg, unsigned cSeg, size_t cbWrite, void *pvUser) argument
385 int rc = pThis->pDrvMediaAsync->pfnStartWrite(pThis->pDrvMediaAsync, off, pSeg, cSeg, cbWrite, pvUser);
H A DDrvSCSI.cpp157 unsigned cSeg = 0; local
159 rc = VSCSIIoReqParamsGet(hVScsiIoReq, &uOffset, &cbTransfer, &cSeg, &cbSeg,
163 while (cbTransfer && cSeg)
194 cSeg--;
305 unsigned cSeg = 0; local
308 &cSeg, &cbSeg, &paSeg);
378 unsigned cSeg = 0; local
381 &cSeg, &cbSeg, &paSeg);
388 paSeg, cSeg, cbTransfer,
396 paSeg, cSeg, cbTransfe
[all...]
H A DDrvDiskIntegrity.cpp74 unsigned cSeg; member in struct:DRVDISKAIOREQ
214 * @param cSeg Number of segments.
219 unsigned cSeg, size_t cbTransfer, void *pvUser)
229 pIoReq->cSeg = cSeg;
291 * @param cSeg Number of segments.
295 static int drvdiskintWriteRecord(PDRVDISKINTEGRITY pThis, PCRTSGSEG paSeg, unsigned cSeg, argument
300 LogFlowFunc(("pThis=%#p paSeg=%#p cSeg=%u off=%llx cbWrite=%u\n",
301 pThis, paSeg, cSeg, off, cbWrite));
315 RTSgBufInit(&SgBuf, paSeg, cSeg);
218 drvdiskintIoReqAlloc(DRVDISKAIOTXDIR enmTxDir, uint64_t off, PCRTSGSEG paSeg, unsigned cSeg, size_t cbTransfer, void *pvUser) argument
412 drvdiskintReadVerify(PDRVDISKINTEGRITY pThis, PCRTSGSEG paSeg, unsigned cSeg, uint64_t off, size_t cbRead) argument
859 drvdiskintStartRead(PPDMIMEDIAASYNC pInterface, uint64_t uOffset, PCRTSGSEG paSeg, unsigned cSeg, size_t cbRead, void *pvUser) argument
911 drvdiskintStartWrite(PPDMIMEDIAASYNC pInterface, uint64_t uOffset, PCRTSGSEG paSeg, unsigned cSeg, size_t cbWrite, void *pvUser) argument
[all...]
H A DDrvVD.cpp2029 PCRTSGSEG paSeg, unsigned cSeg,
2032 LogFlowFunc(("uOffset=%#llx paSeg=%#p cSeg=%u cbRead=%d pvUser=%#p\n",
2033 uOffset, paSeg, cSeg, cbRead, pvUser));
2044 RTSgBufInit(&SgBuf, paSeg, cSeg);
2062 PCRTSGSEG paSeg, unsigned cSeg,
2065 LogFlowFunc(("uOffset=%#llx paSeg=%#p cSeg=%u cbWrite=%d pvUser=%#p\n",
2066 uOffset, paSeg, cSeg, cbWrite, pvUser));
2077 RTSgBufInit(&SgBuf, paSeg, cSeg);
2028 drvvdStartRead(PPDMIMEDIAASYNC pInterface, uint64_t uOffset, PCRTSGSEG paSeg, unsigned cSeg, size_t cbRead, void *pvUser) argument
2061 drvvdStartWrite(PPDMIMEDIAASYNC pInterface, uint64_t uOffset, PCRTSGSEG paSeg, unsigned cSeg, size_t cbWrite, void *pvUser) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h2121 WORD cSeg; member in struct:OMFModule
2124 OMFSegDesc SegInfo[cSeg];
2167 unsigned short cSeg; member in struct:OMFSegMap
2185 unsigned short cSeg; member in struct:OMFSourceFile
2195 unsigned short cSeg; member in struct:OMFSourceModule
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h1999 WORD cSeg; member in struct:OMFModule
2002 OMFSegDesc SegInfo[cSeg];
2045 unsigned short cSeg; member in struct:OMFSegMap
2063 unsigned short cSeg; member in struct:OMFSourceFile
2073 unsigned short cSeg; member in struct:OMFSourceModule

Completed in 269 milliseconds