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

/darwin-on-arm/xnu/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c47 case F_RDADVISE:
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_fcntl.c169 #ifdef F_RDADVISE
170 { BSM_F_RDADVISE, F_RDADVISE },
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h252 #define F_RDADVISE 44 /* Issue an advisory read async with no copy to user */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c1587 if (ap->a_command == F_RDADVISE) {
2167 case F_RDADVISE: {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c659 * [F_SETSIZE,F_RDADVISE]
1219 case F_RDADVISE: {
1232 error = VNOP_IOCTL(vp, F_RDADVISE, (caddr_t)&ra_struct, 0, &context);

Completed in 90 milliseconds