Symbol: sys_fsync
sys/compat/aoutm68k/aoutm68k_syscallargs.h
888
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
561
.sy_call = (sy_call_t *)sys_fsync
sys/compat/freebsd/freebsd_syscallargs.h
782
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
454
.sy_call = (sy_call_t *)sys_fsync
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1305
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
405
.sy_call = (sy_call_t *)sys_fsync
sys/compat/linux/arch/alpha/linux_syscallargs.h
1565
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
413
.sy_call = (sy_call_t *)sys_fsync
sys/compat/linux/arch/amd64/linux_syscallargs.h
1503
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
433
.sy_call = (sy_call_t *)sys_fsync
sys/compat/linux/arch/arm/linux_syscallargs.h
1622
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
545
.sy_call = (sy_call_t *)sys_fsync
sys/compat/linux/arch/i386/linux_syscallargs.h
1638
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
548
.sy_call = (sy_call_t *)sys_fsync
sys/compat/linux/arch/m68k/linux_syscallargs.h
1611
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
568
.sy_call = (sy_call_t *)sys_fsync
sys/compat/linux/arch/mips/linux_syscallargs.h
1641
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
533
.sy_call = (sy_call_t *)sys_fsync
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1537
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
542
.sy_call = (sy_call_t *)sys_fsync
sys/compat/linux/common/linux_file.c
793
return sys_fsync(l, (const void *)uap, retval);
sys/compat/netbsd32/netbsd32_netbsd.c
843
return sys_fsync(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
596
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
415
.sy_call = (sy_call_t *)sys_fsync
sys/compat/ultrix/ultrix_syscallargs.h
567
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
402
.sy_call = (sy_call_t *)sys_fsync
sys/kern/init_sysent.c
565
.sy_call = (sy_call_t *)sys_fsync
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
135
{ 95, sys_fsync },
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
30
extern sy_call_t sys_fsync;
sys/sys/syscallargs.h
3601
int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
sys/sys/syscallargs.h
575
check_syscall_args(sys_fsync)