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

/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c206 off_t maxiocount, count, segcount; local
397 maxiocount = 1*1024*1024*1024;
403 if (count && (count < maxiocount))
404 maxiocount = count;
410 if (count && (count < maxiocount))
411 maxiocount = count;
416 if (count && (count < maxiocount))
417 maxiocount = count;
422 if (count && (count < maxiocount))
423 maxiocount
[all...]

Completed in 20 milliseconds