Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_symfile.c235 off_t maxiocount, count, segcount, wbctotal; in kern_open_file_for_direct_io() local
543 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t) &segcount); in kern_open_file_for_direct_io()
546 count = segcount = 0; in kern_open_file_for_direct_io()
548 count *= segcount; in kern_open_file_for_direct_io()
555 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTWRITE, (caddr_t) &segcount); in kern_open_file_for_direct_io()
558 count = segcount = 0; in kern_open_file_for_direct_io()
560 count *= segcount; in kern_open_file_for_direct_io()