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

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIIoReq.cpp186 size_t *pcbSeg, PCRTSGSEG *ppaSeg)
198 *pcbSeg = pVScsiIoReq->u.Io.cbSeg;
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.cpp121 RTDECL(void *) RTSgBufGetNextSegment(PRTSGBUF pSgBuf, size_t *pcbSeg) argument
124 AssertPtrReturn(pcbSeg, NULL);
126 if (!*pcbSeg)
127 *pcbSeg = pSgBuf->cbSegLeft;
129 return sgBufGet(pSgBuf, pcbSeg);

Completed in 32 milliseconds