HomeSort by: relevance | last modified time | path
    Searched refs:sys_dup2 (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 31 extern sy_call_t sys_dup2;
101 { 90, sys_dup2 },
  /src/sys/compat/sunos/
sunos_syscallargs.h 590 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
sunos_sysent.c 395 .sy_call = (sy_call_t *)sys_dup2
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 561 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
ultrix_sysent.c 382 .sy_call = (sy_call_t *)sys_dup2
  /src/sys/kern/
sys_descrip.c 166 sys_dup2(struct lwp *l, const struct sys_dup2_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 882 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
aoutm68k_sysent.c 541 .sy_call = (sy_call_t *)sys_dup2
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 776 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
freebsd_sysent.c 434 .sy_call = (sy_call_t *)sys_dup2
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 216 .sy_call = (sy_call_t *)sys_dup2
linux_syscallargs.h 1401 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 293 .sy_call = (sy_call_t *)sys_dup2
linux_syscallargs.h 1508 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 294 .sy_call = (sy_call_t *)sys_dup2
linux_syscallargs.h 1528 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 300 .sy_call = (sy_call_t *)sys_dup2
linux_syscallargs.h 1498 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 293 .sy_call = (sy_call_t *)sys_dup2
linux_syscallargs.h 1542 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 291 .sy_call = (sy_call_t *)sys_dup2
linux_syscallargs.h 1431 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 830 return sys_dup2(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1542 int sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
linux_sysent.c 389 .sy_call = (sy_call_t *)sys_dup2

Completed in 33 milliseconds

1 2