Searched refs:fsync (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile58 fsync.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c328 * Test fsync, getsockopt, poll, select, setsockopt, socketpair system calls.
398 /* test fsync - should fail when used with a socket fd */
400 my_err = fsync( my_sockets[0] );
402 printf( "fsync failed with errno %d - %s \n", errno, strerror( errno ) );
406 printf( "fsync should have failed with errno ENOTSUP \n" );
H A Dtests.c177 * Test fsync, ftruncate, lseek, pread, pwrite, read, readv, truncate, write, writev system calls.
275 my_err = fsync( my_fd );
277 printf( "fsync failed with errno %d - %s \n", errno, strerror( errno ) );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c155 {AC(fsync_args), 0, 0, (sy_call_t *)fsync, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 95 = fsync */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1780 int fsync(struct proc *, struct fsync_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4582 fsync(proc_t p, struct fsync_args *uap, register_t *retval) function

Completed in 67 milliseconds