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

1 2

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 36 extern sy_call_t sys_setreuid;
106 { 126, sys_setreuid },
  /src/sys/compat/linux32/common/
linux32_uid16.c 158 return sys_setreuid(l, &bsa, retval);
  /src/sys/compat/linux/common/
linux_uid16.c 118 return sys_setreuid(l, &bsa, retval);
  /src/sys/compat/sunos/
sunos_syscallargs.h 650 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
sunos_sysent.c 552 .sy_call = (sy_call_t *)sys_setreuid
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 623 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
ultrix_sysent.c 541 .sy_call = (sy_call_t *)sys_setreuid
  /src/sys/kern/
kern_prot.c 466 sys_setreuid(struct lwp *l, const struct sys_setreuid_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 968 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
aoutm68k_sysent.c 763 .sy_call = (sy_call_t *)sys_setreuid
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 843 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
freebsd_sysent.c 600 .sy_call = (sy_call_t *)sys_setreuid
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1398 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
linux_sysent.c 677 .sy_call = (sy_call_t *)sys_setreuid
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 602 .sy_call = (sy_call_t *)sys_setreuid
linux_syscallargs.h 1566 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 899 .sy_call = (sy_call_t *)sys_setreuid
linux_syscallargs.h 1730 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 906 .sy_call = (sy_call_t *)sys_setreuid
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 921 .sy_call = (sy_call_t *)sys_setreuid
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 318 .sy_call = (sy_call_t *)sys_setreuid
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 316 .sy_call = (sy_call_t *)sys_setreuid
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1009 return sys_setreuid(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1602 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
linux_sysent.c 549 .sy_call = (sy_call_t *)sys_setreuid

Completed in 32 milliseconds

1 2