Searched refs:segcount (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
427 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t) &segcount);
429 count = segcount = 0;
430 count *= segcount;
436 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTWRITE, (caddr_t) &segcount);
438 count = segcount = 0;
439 count *= segcount;

Completed in 16 milliseconds