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

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIIoReq.cpp205 unsigned *pcRanges)
213 *pcRanges = pVScsiIoReq->u.Unmap.cRanges;
204 VSCSIIoReqUnmapParamsGet(VSCSIIOREQ hVScsiIoReq, PCRTRANGE *ppaRanges, unsigned *pcRanges) argument
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp700 PRTRANGE *ppaRanges, unsigned *pcRanges)
725 *pcRanges = RT_LE2H_U32(Entry.Discard.cRanges);
727 paRanges = (PRTRANGE)RTMemAllocZ(*pcRanges * sizeof(RTRANGE));
730 for (unsigned i = 0; i < *pcRanges; i++)
743 pIoLogger->offReadNext += *pcRanges * sizeof(DiscardRange);
699 VDDbgIoLogEventGetStartDiscard(VDIOLOGGER hIoLogger, uint64_t *pidEvent, bool *pfAsync, PRTRANGE *ppaRanges, unsigned *pcRanges) argument

Completed in 34 milliseconds