Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h1081 check_syscall_args(linux_sys_fchmodat)
1783 int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
Dlinux_sysent.c1255 .sy_call = (sy_call_t *)linux_sys_fchmodat
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h1106 check_syscall_args(linux_sys_fchmodat)
1781 int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
Dlinux_sysent.c1296 .sy_call = (sy_call_t *)linux_sys_fchmodat
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h1202 check_syscall_args(linux_sys_fchmodat)
1906 int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
Dlinux_sysent.c1352 .sy_call = (sy_call_t *)linux_sys_fchmodat
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h1140 check_syscall_args(linux_sys_fchmodat)
1867 int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
Dlinux_sysent.c1335 .sy_call = (sy_call_t *)linux_sys_fchmodat
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h1155 check_syscall_args(linux_sys_fchmodat)
1872 int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
Dlinux_sysent.c1420 .sy_call = (sy_call_t *)linux_sys_fchmodat
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h1191 check_syscall_args(linux_sys_fchmodat)
1920 int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
Dlinux_sysent.c1871 .sy_call = (sy_call_t *)linux_sys_fchmodat
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h1201 check_syscall_args(linux_sys_fchmodat)
1912 int linux_sys_fchmodat(struct lwp *, const struct linux_sys_fchmodat_args *, register_t *);
Dlinux_sysent.c1319 .sy_call = (sy_call_t *)linux_sys_fchmodat
/netbsd/src/sys/compat/linux/common/
Dlinux_file.c734 linux_sys_fchmodat(struct lwp *l, const struct linux_sys_fchmodat_args *uap, in linux_sys_fchmodat() function