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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_symfile.c110 off_t maxiocount, count; local
184 maxiocount = 1*1024*1024*1024;
190 if (count && (count < maxiocount))
191 maxiocount = count;
197 if (count && (count < maxiocount))
198 maxiocount = count;
203 if (count && (count < maxiocount))
204 maxiocount = count;
209 if (count && (count < maxiocount))
210 maxiocount
[all...]

Completed in 28 milliseconds