Searched refs:F_RDADVISE (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/bsd/security/audit/ |
| H A D | audit_bsm_fcntl.c | 169 #ifdef F_RDADVISE 170 { BSM_F_RDADVISE, F_RDADVISE },
|
| /xnu-12377.61.12/libsyscall/wrappers/cancelable/ |
| H A D | fcntl-base.c | 53 case F_RDADVISE: in fcntl()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | fcntl.h | 297 #define F_RDADVISE 44 /* Issue an advisory read async with no copy to user */ macro
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_descrip.c | 3676 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 D | vfs_subr.c | 13423 return VNOP_IOCTL(vp, F_RDADVISE, (caddr_t)&ra_struct, 0, ctx); in vnode_rdadvise()
|
| H A D | vfs_syscalls.c | 13540 case F_RDADVISE: in fsctl_internal()
|