Searched refs:F_NOCACHE (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.141.3/bsd/security/audit/ |
| H A D | audit_bsm_fcntl.c | 175 #ifdef F_NOCACHE 176 { BSM_F_NOCACHE, F_NOCACHE },
|
| /xnu-8796.141.3/tests/ |
| H A D | ioperf.c | 93 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 D | disk_mount_conditioner.c | 527 fcntl(temp_fd, F_NOCACHE, 1); in perf_setup()
|
| H A D | proc_info.c | 622 retval = fcntl(tmp_fd, F_NOCACHE, 1); in proc_info_caller()
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | fcntl.h | 296 #define F_NOCACHE 48 /* turn data caching off/on for this fd */ macro
|
| /xnu-8796.141.3/tools/tests/superpages/ |
| H A D | testsp.c | 643 fcntl(fd, F_NOCACHE, 1); in test_fileio()
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_descrip.c | 3496 case F_NOCACHE: in sys_fcntl_nocancel()
|