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

/xnu-2782.1.97/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 22 milliseconds