Searched refs:sys_dup2_args (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/compat/osf1/
H A Dosf1_syscallargs.h251 struct sys_dup2_args;
688 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
H A Dosf1_sysent.c210 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/sunos/
H A Dsunos_syscallargs.h211 struct sys_dup2_args;
592 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
H A Dsunos_sysent.c211 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/ultrix/
H A Dultrix_syscallargs.h196 struct sys_dup2_args;
566 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
H A Dultrix_sysent.c206 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_unistd.c294 struct sys_dup2_args ua;
/netbsd-6-1-5-RELEASE/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h234 struct sys_dup2_args;
872 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A Dfreebsd_syscallargs.h197 struct sys_dup2_args;
781 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
H A Dfreebsd_sysent.c220 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_syscallargs.h169 struct sys_dup2_args;
994 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
H A Dlinux_sysent.c117 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/mips/
H A Dlinux_syscallargs.h191 struct sys_dup2_args;
1055 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
H A Dlinux_sysent.c159 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/powerpc/
H A Dlinux_syscallargs.h191 struct sys_dup2_args;
1030 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
H A Dlinux_sysent.c157 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/alpha/
H A Dlinux_sysent.c217 { ns(struct sys_dup2_args), 0,
H A Dlinux_syscallargs.h199 struct sys_dup2_args;
1119 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/arm/
H A Dlinux_sysent.c159 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/i386/
H A Dlinux_sysent.c158 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/m68k/
H A Dlinux_sysent.c167 { ns(struct sys_dup2_args), 0,
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_file.c637 if ((error = sys_dup2(l, (const struct sys_dup2_args *)uap, retval)))
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_fcntl.c538 struct sys_dup2_args du;
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_fcntl.c525 struct sys_dup2_args du;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsys_descrip.c164 sys_dup2(struct lwp *l, const struct sys_dup2_args *uap, register_t *retval)

Completed in 464 milliseconds

12