| /src/sys/rump/librump/rumpvfs/ |
| rumpvfs_syscalls.c | 30 extern sy_call_t sys_fsync; 135 { 95, sys_fsync },
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 596 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| sunos_sysent.c | 416 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 567 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| ultrix_sysent.c | 403 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 888 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| aoutm68k_sysent.c | 562 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 782 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| freebsd_sysent.c | 455 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 434 .sy_call = (sy_call_t *)sys_fsync
|
| linux_syscallargs.h | 1508 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| /src/sys/compat/linux/common/ |
| linux_file.c | 793 return sys_fsync(l, (const void *)uap, retval);
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1310 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| linux_sysent.c | 406 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 549 .sy_call = (sy_call_t *)sys_fsync
|
| linux_syscallargs.h | 1643 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 546 .sy_call = (sy_call_t *)sys_fsync
|
| linux_syscallargs.h | 1627 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 569 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 534 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 543 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 843 return sys_fsync(l, &ua, retval);
|
| /src/sys/kern/ |
| init_sysent.c | 565 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1570 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| linux_sysent.c | 414 .sy_call = (sy_call_t *)sys_fsync
|