Home
last modified time | relevance | path

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

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