Home
last modified time | relevance | path

Searched refs:linux_sys_syncfs (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h1245 check_syscall_args(linux_sys_syncfs)
1831 int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
Dlinux_sysent.c1410 .sy_call = (sy_call_t *)linux_sys_syncfs
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h1259 check_syscall_args(linux_sys_syncfs)
1827 int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
Dlinux_sysent.c1488 .sy_call = (sy_call_t *)linux_sys_syncfs
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h1356 check_syscall_args(linux_sys_syncfs)
1952 int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
Dlinux_sysent.c1505 .sy_call = (sy_call_t *)linux_sys_syncfs
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h1308 check_syscall_args(linux_sys_syncfs)
1917 int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
Dlinux_sysent.c1510 .sy_call = (sy_call_t *)linux_sys_syncfs
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h1326 check_syscall_args(linux_sys_syncfs)
1922 int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
Dlinux_sysent.c1583 .sy_call = (sy_call_t *)linux_sys_syncfs
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h1354 check_syscall_args(linux_sys_syncfs)
1968 int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
Dlinux_sysent.c2029 .sy_call = (sy_call_t *)linux_sys_syncfs
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h1372 check_syscall_args(linux_sys_syncfs)
1962 int linux_sys_syncfs(struct lwp *, const struct linux_sys_syncfs_args *, register_t *);
Dlinux_sysent.c1494 .sy_call = (sy_call_t *)linux_sys_syncfs
/netbsd/src/sys/compat/linux/common/
Dlinux_file.c982 linux_sys_syncfs(lwp_t *l, const struct linux_sys_syncfs_args *uap, in linux_sys_syncfs() function