Home
last modified time | relevance | path

Searched refs:F_NOCACHE (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/bsd/security/audit/
H A Daudit_bsm_fcntl.c175 #ifdef F_NOCACHE
176 { BSM_F_NOCACHE, F_NOCACHE },
/xnu-11215.1.10/tests/
H A Dioperf.c93 T_ASSERT_POSIX_ZERO(fcntl(fd, F_NOCACHE, 1), "fcntl F_NOCACHE enable"); in io_perf_test_io_init()
171 T_ASSERT_POSIX_ZERO(fcntl(test_file_fd, F_NOCACHE, 1), "fcntl F_NOCACHE enable"); in perform_io()
H A Ddisk_mount_conditioner.c527 fcntl(temp_fd, F_NOCACHE, 1); in perf_setup()
H A Dproc_info.c622 retval = fcntl(tmp_fd, F_NOCACHE, 1); in proc_info_caller()
/xnu-11215.1.10/bsd/sys/
H A Dfcntl.h296 #define F_NOCACHE 48 /* turn data caching off/on for this fd */ macro
/xnu-11215.1.10/tools/tests/superpages/
H A Dtestsp.c643 fcntl(fd, F_NOCACHE, 1); in test_fileio()
/xnu-11215.1.10/bsd/kern/
H A Dkern_descrip.c3561 case F_NOCACHE: in sys_fcntl_nocancel()