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

1 2

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 20 extern sy_call_t sys_dup;
90 { 41, sys_dup },
  /src/sys/kern/
sys_descrip.c 106 sys_dup(struct lwp *l, const struct sys_dup_args *uap, register_t *retval) function
init_sysent.c 334 .sy_call = (sy_call_t *)sys_dup
  /src/sys/compat/sunos/
sunos_syscallargs.h 520 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
sunos_sysent.c 198 .sy_call = (sy_call_t *)sys_dup
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 495 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
ultrix_sysent.c 189 .sy_call = (sy_call_t *)sys_dup
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 763 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
aoutm68k_sysent.c 252 .sy_call = (sy_call_t *)sys_dup
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 687 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
freebsd_sysent.c 220 .sy_call = (sy_call_t *)sys_dup
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 213 .sy_call = (sy_call_t *)sys_dup
linux_syscallargs.h 1417 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1218 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
linux_sysent.c 148 .sy_call = (sy_call_t *)sys_dup
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 208 .sy_call = (sy_call_t *)sys_dup
linux_syscallargs.h 1506 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 207 .sy_call = (sy_call_t *)sys_dup
linux_syscallargs.h 1494 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 216 .sy_call = (sy_call_t *)sys_dup
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 207 .sy_call = (sy_call_t *)sys_dup
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 205 .sy_call = (sy_call_t *)sys_dup
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 517 return sys_dup(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1504 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
linux_sysent.c 201 .sy_call = (sy_call_t *)sys_dup

Completed in 89 milliseconds

1 2