Searched refs:F_RDADVISE (Results 1 – 5 of 5) sorted by relevance
169 #ifdef F_RDADVISE170 { BSM_F_RDADVISE, F_RDADVISE },
53 case F_RDADVISE: in fcntl()
291 #define F_RDADVISE 44 /* Issue an advisory read async with no copy to user */ macro
3590 case F_RDADVISE: { in sys_fcntl_nocancel()3608 error = VNOP_IOCTL(vp, F_RDADVISE, (caddr_t)&ra_struct, 0, &context); in sys_fcntl_nocancel()
12679 case F_RDADVISE: in fsctl_internal()