/src/sys/compat/sunos/ |
sunos_syscallargs.h | 221 struct sys_fsync_args; 596 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
sunos_sysent.c | 414 ns(struct sys_fsync_args),
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 213 struct sys_fsync_args; 567 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
ultrix_sysent.c | 401 ns(struct sys_fsync_args),
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 239 struct sys_fsync_args; 888 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
aoutm68k_sysent.c | 560 ns(struct sys_fsync_args),
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 202 struct sys_fsync_args; 782 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
freebsd_sysent.c | 453 ns(struct sys_fsync_args),
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 396 struct sys_fsync_args; 1292 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
linux_sysent.c | 404 ns(struct sys_fsync_args),
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 228 struct sys_fsync_args; 1552 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
linux_sysent.c | 412 ns(struct sys_fsync_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 370 struct sys_fsync_args; 1490 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
linux_sysent.c | 432 ns(struct sys_fsync_args),
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 418 struct sys_fsync_args; 1609 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
linux_sysent.c | 544 ns(struct sys_fsync_args),
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 435 struct sys_fsync_args; 1633 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
linux_sysent.c | 547 ns(struct sys_fsync_args),
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 420 struct sys_fsync_args; 1606 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
linux_sysent.c | 567 ns(struct sys_fsync_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 381 struct sys_fsync_args; 1636 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
linux_sysent.c | 532 ns(struct sys_fsync_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 393 struct sys_fsync_args; 1532 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
|
linux_sysent.c | 541 ns(struct sys_fsync_args),
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 839 struct sys_fsync_args ua;
|