Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h412 check_syscall_args(linux_sys_creat)
1512 int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
Dlinux_sysent.c486 .sy_call = (sy_call_t *)linux_sys_creat
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h66 check_syscall_args(linux_sys_creat)
1349 int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
Dlinux_sysent.c70 .sy_call = (sy_call_t *)linux_sys_creat
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h66 check_syscall_args(linux_sys_creat)
1444 int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
Dlinux_sysent.c71 .sy_call = (sy_call_t *)linux_sys_creat
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h66 check_syscall_args(linux_sys_creat)
1415 int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
Dlinux_sysent.c75 .sy_call = (sy_call_t *)linux_sys_creat
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h66 check_syscall_args(linux_sys_creat)
1426 int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
Dlinux_sysent.c72 .sy_call = (sy_call_t *)linux_sys_creat
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h60 check_syscall_args(linux_sys_creat)
1448 int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
Dlinux_sysent.c76 .sy_call = (sy_call_t *)linux_sys_creat
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h66 check_syscall_args(linux_sys_creat)
1460 int linux_sys_creat(struct lwp *, const struct linux_sys_creat_args *, register_t *);
Dlinux_sysent.c72 .sy_call = (sy_call_t *)linux_sys_creat
/netbsd/src/sys/compat/linux/common/
Dlinux_file.c177 linux_sys_creat(struct lwp *l, const struct linux_sys_creat_args *uap, in linux_sys_creat() function