Home
last modified time | relevance | path

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

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