| /xnu-8020.101.4/bsd/sys/_types/ |
| H A D | _seek_set.h | 32 #ifndef SEEK_SET 33 #define SEEK_SET 0 /* set file offset to offset */ macro
|
| /xnu-8020.101.4/tools/tests/perf_index/ |
| H A D | test_file_helper.c | 110 retval = lseek(fd, 0, SEEK_SET); in test_file_read() 186 retval = lseek(fd, 0, SEEK_SET); in test_file_write()
|
| /xnu-8020.101.4/libkern/libkern/ |
| H A D | zconf.h | 322 #ifndef SEEK_SET 323 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
| /xnu-8020.101.4/tests/ |
| H A D | lockf_EOF_77264182.c | 44 .l_whence = SEEK_SET
|
| H A D | posix_spawn_filtering.c | 103 T_ASSERT_EQ(lseek(env_output_fd, 0, SEEK_SET), 0ull, "lseek should succeed");
|
| H A D | pwrite.c | 45 T_ASSERT_POSIX_SUCCESS(lseek(fd, 0, SEEK_SET), "Reset file offset"); in test_file_equals()
|
| H A D | ioperf.c | 188 T_ASSERT_POSIX_SUCCESS(lseek(test_file_fd, 0, SEEK_SET), "lseek begin"); in perform_io()
|
| H A D | disk_mount_conditioner.c | 495 lseek(fd, 0, SEEK_SET); in time_for_read()
|
| H A D | kqueue_file_tests.c | 356 res = lseek((int)act->act_fd, (int)args[0], SEEK_SET); in execute_action()
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | unistd.h | 126 #define L_SET SEEK_SET
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_lock.c | 807 msg->lm_fl.l_whence = SEEK_SET; in nfs3_setlock_rpc() 850 msg->lm_fl.l_whence = SEEK_SET; in nfs3_unlock_rpc() 890 msg->lm_fl.l_whence = SEEK_SET; in nfs3_getlock_rpc() 904 fl->l_whence = SEEK_SET; in nfs3_getlock_rpc()
|
| H A D | nfs_syscalls.c | 796 lf.l_whence = SEEK_SET; in fhopen()
|
| H A D | nfs4_vnops.c | 3923 fl->l_whence = SEEK_SET; in nfs4_getlock_rpc() 3984 fl->l_whence = SEEK_SET; in nfs_advlock_getlock() 4818 case SEEK_SET: in nfs_vnop_advlock()
|
| /xnu-8020.101.4/SETUP/json_compilation_db/ |
| H A D | json_compilation_db.c | 115 ret = fseeko(dst, 0, SEEK_SET); in main()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_lockf.c | 232 case SEEK_SET: in lf_advlock() 1099 fl->l_whence = SEEK_SET; in lf_getlock()
|
| H A D | kern_descrip.c | 255 .l_whence = SEEK_SET, in fg_drop() 2350 } else if (fl->l_whence == SEEK_SET) { in check_file_seek_range() 3157 if ((fl.l_whence == SEEK_SET) && (fl.l_start < 0)) { in sys_fcntl_nocancel() 3174 case SEEK_SET: in sys_fcntl_nocancel() 5381 lf.l_whence = SEEK_SET; in sys_flock()
|
| /xnu-8020.101.4/tools/tests/superpages/ |
| H A D | testsp.c | 649 lseek(fd, 0, SEEK_SET); in test_fileio()
|
| /xnu-8020.101.4/SETUP/kextsymboltool/ |
| H A D | kextsymboltool.c | 100 if (offset != lseek(fd, offset, SEEK_SET)) { in seekFile()
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_xattr.c | 3423 lf.l_whence = SEEK_SET; in lock_xattrfile() 3438 lf.l_whence = SEEK_SET; in unlock_xattrfile()
|
| H A D | vfs_vnops.c | 1765 .l_whence = SEEK_SET, in vn_closefile()
|
| H A D | vfs_syscalls.c | 4232 .l_whence = SEEK_SET, in open1() 4366 .l_whence = SEEK_SET, in open1()
|