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

/macosx-10.5.8/xnu-1228.15.4/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 20 milliseconds