Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 19 of 19) sorted by relevance

/xnu-10063.101.15/bsd/sys/_types/
H A D_seek_set.h35 #ifndef SEEK_SET
36 #define SEEK_SET 0 /* set file offset to offset */ macro
/xnu-10063.101.15/tests/
H A Dlockf_basic.c44 fl->l_whence = SEEK_SET; in ofd_get()
56 fl->l_whence = SEEK_SET; in posix_get()
68 .l_whence = SEEK_SET, in posix_lock()
81 .l_whence = SEEK_SET, in ofd_lock()
94 .l_whence = SEEK_SET, in posix_unlock()
107 .l_whence = SEEK_SET, in ofd_unlock()
H A Dlockf_EOF_77264182.c44 .l_whence = SEEK_SET
H A Dposix_spawn_filtering.c104 T_ASSERT_EQ(lseek(env_output_fd, 0, SEEK_SET), 0ull, "lseek should succeed");
H A Dpwrite.c45 T_ASSERT_POSIX_SUCCESS(lseek(fd, 0, SEEK_SET), "Reset file offset"); in test_file_equals()
H A Dioperf.c188 T_ASSERT_POSIX_SUCCESS(lseek(test_file_fd, 0, SEEK_SET), "lseek begin"); in perform_io()
H A Ddisk_mount_conditioner.c495 lseek(fd, 0, SEEK_SET); in time_for_read()
H A Dkqueue_file_tests.c356 res = lseek((int)act->act_fd, (int)args[0], SEEK_SET); in execute_action()
/xnu-10063.101.15/tools/tests/perf_index/
H A Dtest_file_helper.c110 retval = lseek(fd, 0, SEEK_SET); in test_file_read()
186 retval = lseek(fd, 0, SEEK_SET); in test_file_write()
/xnu-10063.101.15/libkern/libkern/
H A Dzconf.h322 #ifndef SEEK_SET
323 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/xnu-10063.101.15/bsd/sys/
H A Dunistd.h126 #define L_SET SEEK_SET
/xnu-10063.101.15/bsd/kern/
H A Dkern_lockf.c233 case SEEK_SET: in lf_advlock()
1164 fl->l_whence = SEEK_SET; in lf_getlock()
H A Dkern_descrip.c249 .l_whence = SEEK_SET, in fg_drop()
333 .l_whence = SEEK_SET, in fg_transfer_filelocks()
350 .l_whence = SEEK_SET, in fg_transfer_filelocks()
2334 } else if (fl->l_whence == SEEK_SET) { in check_file_seek_range()
3165 if ((fl.l_whence == SEEK_SET) && (fl.l_start < 0)) { in sys_fcntl_nocancel()
3182 case SEEK_SET: in sys_fcntl_nocancel()
5738 lf.l_whence = SEEK_SET; in sys_flock()
/xnu-10063.101.15/tools/tests/superpages/
H A Dtestsp.c649 lseek(fd, 0, SEEK_SET); in test_fileio()
/xnu-10063.101.15/SETUP/kextsymboltool/
H A Dkextsymboltool.c100 if (offset != lseek(fd, offset, SEEK_SET)) { in seekFile()
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c3424 lf.l_whence = SEEK_SET; in lock_xattrfile()
3439 lf.l_whence = SEEK_SET; in unlock_xattrfile()
H A Dvfs_vnops.c1814 .l_whence = SEEK_SET, in vn_closefile()
H A Dvfs_syscalls.c4624 .l_whence = SEEK_SET, in open1()
4804 .l_whence = SEEK_SET, in open1()
/xnu-10063.101.15/bsd/nfs/
H A Dnfs_syscalls.c544 lf.l_whence = SEEK_SET; in fhopen()