Searched refs:segcount (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
445 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t) &segcount);
447 count = segcount = 0;
448 count *= segcount;
454 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTWRITE, (caddr_t) &segcount);
456 count = segcount = 0;
457 count *= segcount;

Completed in 20 milliseconds