Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/security/audit/ !
H A Daudit_bsm_fcntl.c169 #ifdef F_RDADVISE
170 { BSM_F_RDADVISE, F_RDADVISE },
/xnu-11215.1.10/libsyscall/wrappers/cancelable/ !
H A Dfcntl-base.c53 case F_RDADVISE: in fcntl()
/xnu-11215.1.10/bsd/sys/ !
H A Dfcntl.h291 #define F_RDADVISE 44 /* Issue an advisory read async with no copy to user */ macro
/xnu-11215.1.10/bsd/kern/ !
H A Dkern_descrip.c3648 case F_RDADVISE: { in sys_fcntl_nocancel()
3666 error = VNOP_IOCTL(vp, F_RDADVISE, (caddr_t)&ra_struct, 0, &context); in sys_fcntl_nocancel()
/xnu-11215.1.10/bsd/vfs/ !
H A Dvfs_subr.c13174 return VNOP_IOCTL(vp, F_RDADVISE, (caddr_t)&ra_struct, 0, ctx); in vnode_rdadvise()
H A Dvfs_syscalls.c12974 case F_RDADVISE: in fsctl_internal()