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

1 2

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 37 extern sy_call_t sys_setregid;
107 { 127, sys_setregid },
  /src/sys/compat/linux32/common/
linux32_uid16.c 173 return sys_setregid(l, &bsa, retval);
  /src/sys/compat/linux/common/
linux_uid16.c 133 return sys_setregid(l, &bsa, retval);
  /src/sys/compat/sunos/
sunos_syscallargs.h 652 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
sunos_sysent.c 556 .sy_call = (sy_call_t *)sys_setregid
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 625 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
ultrix_sysent.c 545 .sy_call = (sy_call_t *)sys_setregid
  /src/sys/kern/
kern_prot.c 517 sys_setregid(struct lwp *l, const struct sys_setregid_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 970 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
aoutm68k_sysent.c 767 .sy_call = (sy_call_t *)sys_setregid
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 845 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
freebsd_sysent.c 604 .sy_call = (sy_call_t *)sys_setregid
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1394 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
linux_sysent.c 669 .sy_call = (sy_call_t *)sys_setregid
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 606 .sy_call = (sy_call_t *)sys_setregid
linux_syscallargs.h 1568 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 903 .sy_call = (sy_call_t *)sys_setregid
linux_syscallargs.h 1732 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 910 .sy_call = (sy_call_t *)sys_setregid
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 925 .sy_call = (sy_call_t *)sys_setregid
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 322 .sy_call = (sy_call_t *)sys_setregid
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 320 .sy_call = (sy_call_t *)sys_setregid
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1024 return sys_setregid(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1604 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
linux_sysent.c 553 .sy_call = (sy_call_t *)sys_setregid

Completed in 33 milliseconds

1 2