Searched refs:lseek (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsyscall/custom/
H A D__lseek.s33 __SYSCALL(__lseek, lseek, 3)
37 __SYSCALL_INT(__lseek, lseek, 3)
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile101 lseek.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmemory_tests.c162 lseek( my_fd, 0, SEEK_SET );
H A Dtests.c177 * Test fsync, ftruncate, lseek, pread, pwrite, read, readv, truncate, write, writev system calls.
282 lseek( my_fd, 0, SEEK_SET );
321 lseek( my_fd, 0, SEEK_SET );
338 lseek( my_fd, 0, SEEK_SET );
360 my_current_offset = lseek( my_fd, 0, SEEK_CUR );
362 printf( "lseek call failed with error %d - \"%s\" \n", errno, strerror( errno) );
377 if ( my_current_offset != lseek( my_fd, 0, SEEK_CUR ) ) {
394 if ( my_current_offset != lseek( my_fd, 0, SEEK_CUR ) ) {
561 lseek( my_fd, 0, SEEK_SET );
576 lseek( my_f
[all...]
H A Dsocket_tests.c104 my_current_offset = lseek( my_socket_fd, 0, SEEK_CUR );
106 printf( "lseek on socket should fail but did not \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c70 {0, 0, 0, (sy_call_t *)nosys, NULL, NULL, _SYSCALL_RET_INT_T, 0}, /* 19 = nosys old lseek */
293 {AC(lseek_args), 0, 0, (sy_call_t *)lseek, munge_wlw, munge_ddd, _SYSCALL_RET_OFF_T, 16}, /* 199 = lseek */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1862 int lseek(struct proc *, struct lseek_args *, off_t *);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c3104 lseek(proc_t p, struct lseek_args *uap, off_t *retval) function

Completed in 74 milliseconds