Home
last modified time | relevance | path

Searched refs:segcount (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_symfile.c235 off_t maxiocount, count, segcount, wbctotal; in kern_open_file_for_direct_io() local
542 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t) &segcount); in kern_open_file_for_direct_io()
545 count = segcount = 0; in kern_open_file_for_direct_io()
547 count *= segcount; in kern_open_file_for_direct_io()
554 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTWRITE, (caddr_t) &segcount); in kern_open_file_for_direct_io()
557 count = segcount = 0; in kern_open_file_for_direct_io()
559 count *= segcount; in kern_open_file_for_direct_io()