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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_fcntl.c181 #ifdef F_NOCACHE
182 { BSM_F_NOCACHE, F_NOCACHE },
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h161 #define FNOCACHE 0x40000 /* fcntl(F_NOCACHE, 1) */
256 #define F_NOCACHE 48 /* turn data caching off/on for this fd */ macro
277 #define F_NODIRECT 62 /* used in conjunction with F_NOCACHE to indicate that DIRECT, synchonous writes */
/darwin-on-arm/xnu/tools/tests/superpages/
H A Dtestsp.c523 fcntl(fd, F_NOCACHE, 1);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c663 * [F_RDAHEAD,F_NOCACHE]
1141 case F_NOCACHE:
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4752 /* test direct IO (F_NOCACHE) and aio_write */
4753 my_err = fcntl( my_fd_list[ 0 ], F_NOCACHE, 1 );

Completed in 40 milliseconds