Searched refs:pcbSeg (Results 1 - 4 of 4) sorted by relevance

/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);
/vbox/include/iprt/
H A Dsg.h110 * @param pcbSeg Where to store the size of the returned segment.
118 RTDECL(void *) RTSgBufGetNextSegment(PRTSGBUF pSgBuf, size_t *pcbSeg);
/vbox/include/VBox/
H A Dvscsi.h346 * @param pcbSeg Where to store the number of bytes the S/G list describes.
351 size_t *pcbSeg, PCRTSGSEG *ppaSeg);
/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

Completed in 45 milliseconds