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

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIIoReq.cpp185 size_t *pcbTransfer, unsigned *pcSeg,
197 *pcSeg = pVScsiIoReq->u.Io.cSeg;
184 VSCSIIoReqParamsGet(VSCSIIOREQ hVScsiIoReq, uint64_t *puOffset, size_t *pcbTransfer, unsigned *pcSeg, size_t *pcbSeg, PCRTSGSEG *ppaSeg) argument
/vbox/src/VBox/Runtime/common/misc/
H A Dsg.cpp368 RTDECL(size_t) RTSgBufSegArrayCreate(PRTSGBUF pSgBuf, PRTSGSEG paSeg, unsigned *pcSeg, size_t cbData) argument
371 AssertPtrReturn(pcSeg, 0);
399 && cSeg < *pcSeg)
422 *pcSeg = cSeg;
/vbox/include/VBox/
H A Dvd-ifs-internal.h363 * If NULL pcSeg will contain the number of segments needed
365 * @param pcSeg The number of segments the given array has.
370 PRTSGSEG paSeg, unsigned *pcSeg,
580 PRTSGSEG paSeg, unsigned *pcSeg,
583 return pIfIoInt->pfnIoCtxSegArrayCreate(pIfIoInt->Core.pvUser, pIoCtx, paSeg, pcSeg, cbData);
579 vdIfIoIntIoCtxSegArrayCreate(PVDINTERFACEIOINT pIfIoInt, PVDIOCTX pIoCtx, PRTSGSEG paSeg, unsigned *pcSeg, size_t cbData) argument
/vbox/src/VBox/Storage/
H A DVD.cpp5268 PRTSGSEG paSeg, unsigned *pcSeg,
5283 cbCreated = RTSgBufSegArrayCreate(&pIoCtx->Req.Io.SgBuf, paSeg, pcSeg, cbData);
5267 vdIOIntIoCtxSegArrayCreate(void *pvUser, PVDIOCTX pIoCtx, PRTSGSEG paSeg, unsigned *pcSeg, size_t cbData) argument

Completed in 60 milliseconds