| /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 | 415 .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 | 402 .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 | 561 .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 | 454 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1305 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| linux_sysent.c | 405 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 433 .sy_call = (sy_call_t *)sys_fsync
|
| linux_syscallargs.h | 1503 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 545 .sy_call = (sy_call_t *)sys_fsync
|
| linux_syscallargs.h | 1622 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 548 .sy_call = (sy_call_t *)sys_fsync
|
| linux_syscallargs.h | 1638 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 568 .sy_call = (sy_call_t *)sys_fsync
|
| linux_syscallargs.h | 1611 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 533 .sy_call = (sy_call_t *)sys_fsync
|
| linux_syscallargs.h | 1641 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 542 .sy_call = (sy_call_t *)sys_fsync
|
| /src/sys/compat/linux/common/ |
| linux_file.c | 793 return sys_fsync(l, (const void *)uap, retval);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1565 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
| linux_sysent.c | 413 .sy_call = (sy_call_t *)sys_fsync
|