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

/xnu-2782.1.97/bsd/sys/
H A Ddisk.h65 * DKIOCGETMAXSEGMENTCOUNTREAD get maximum segment count for reads
156 #define DKIOCGETMAXSEGMENTCOUNTREAD _IOR('d', 66, uint64_t) macro
/xnu-2782.1.97/bsd/dev/
H A Dmemdev.c380 case DKIOCGETMAXSEGMENTCOUNTREAD:
/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c427 error = do_ioctl(p1, p2, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t) &segcount);
/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c906 case DKIOCGETMAXSEGMENTCOUNTREAD:
942 case DKIOCGETMAXSEGMENTCOUNTREAD:
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1590 if (VNOP_IOCTL(devvp, DKIOCGETMAXSEGMENTCOUNTREAD, (caddr_t)&readsegcnt, 0, context)) {
H A Dvfs_subr.c3147 if ((error = VNOP_IOCTL(devvp, DKIOCGETMAXSEGMENTCOUNTREAD,

Completed in 61 milliseconds