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

/xnu-2422.115.4/bsd/kern/
H A Dkern_symfile.c206 off_t maxiocount, count, segcount; local
415 maxiocount = 1*1024*1024*1024;
421 if (count && (count < maxiocount))
422 maxiocount = count;
428 if (count && (count < maxiocount))
429 maxiocount = count;
434 if (count && (count < maxiocount))
435 maxiocount = count;
440 if (count && (count < maxiocount))
441 maxiocount
[all...]

Completed in 44 milliseconds