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

/vbox/src/VBox/Storage/
H A DVD.cpp4663 RTSGSEG aSeg[VD_IO_TASK_SEGMENTS_MAX]; local
4665 size_t cbTaskRead = RTSgBufSegArrayCreate(&pIoCtx->Req.Io.SgBuf, aSeg, &cSegments, cbRead);
4675 AssertMsg(aSeg[i].pvSeg && !(aSeg[i].cbSeg % 512),
4691 aSeg, cSegments, cbTaskRead, pIoTask,
4761 RTSGSEG aSeg[VD_IO_TASK_SEGMENTS_MAX]; local
4765 cbTaskWrite = RTSgBufSegArrayCreate(&pIoCtx->Req.Io.SgBuf, aSeg, &cSegments, cbWrite);
4775 AssertMsg(aSeg[i].pvSeg && !(aSeg[i].cbSeg % 512),
4791 uOffset, aSeg, cSegment
[all...]

Completed in 83 milliseconds