Searched refs:lseek (Results 1 – 12 of 12) sorted by relevance
| /xnu-8792.41.9/libsyscall/custom/ |
| H A D | __lseek.s | 33 __SYSCALL(___lseek, lseek, 3) 37 __SYSCALL_INT(___lseek, lseek, 3) 41 __SYSCALL(___lseek, lseek, 4) 45 __SYSCALL(___lseek, lseek, 3)
|
| /xnu-8792.41.9/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-8792.41.9/tests/ |
| 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-8792.41.9/bsd/man/man2/ |
| H A D | Makefile | 128 lseek.2 \
|
| H A D | getdirentriesattr.2 | 161 .Xr lseek 2 . 165 .Xr lseek 2 484 .Xr lseek 2
|
| /xnu-8792.41.9/tools/tests/superpages/ |
| H A D | testsp.c | 649 lseek(fd, 0, SEEK_SET); in test_fileio()
|
| /xnu-8792.41.9/SETUP/kextsymboltool/ |
| H A D | kextsymboltool.c | 100 if (offset != lseek(fd, offset, SEEK_SET)) { in seekFile()
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 6252 lseek(proc_t p, struct lseek_args *uap, off_t *retval) in lseek() function
|