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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryCursor.cpp126 UInt curSegIndex = 0; local
175 if ((curSegIndex + 1 == inMaxSegments))
177 (*outSeg)(curSeg, inSegments, curSegIndex++);
183 (*outSeg)(curSeg, inSegments, curSegIndex++);
188 return curSegIndex;

Completed in 15 milliseconds