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

1 2

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 28 extern sy_call_t sys_setgroups;
98 { 80, sys_setgroups },
  /src/sys/compat/sunos/
sunos_syscallargs.h 572 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
sunos_sysent.c 353 .sy_call = (sy_call_t *)sys_setgroups
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 541 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
ultrix_sysent.c 338 .sy_call = (sy_call_t *)sys_setgroups
  /src/sys/kern/
kern_prot.c 562 sys_setgroups(struct lwp *l, const struct sys_setgroups_args *uap, register_t *retval) function in typeref:typename:int
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 853 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
aoutm68k_sysent.c 475 .sy_call = (sy_call_t *)sys_setgroups
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 756 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
freebsd_sysent.c 392 .sy_call = (sy_call_t *)sys_setgroups
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1426 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
linux_sysent.c 737 .sy_call = (sy_call_t *)sys_setgroups
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 616 .sy_call = (sy_call_t *)sys_setgroups
linux_syscallargs.h 1572 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 913 .sy_call = (sy_call_t *)sys_setgroups
linux_syscallargs.h 1736 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 920 .sy_call = (sy_call_t *)sys_setgroups
linux_syscallargs.h 1764 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 935 .sy_call = (sy_call_t *)sys_setgroups
linux_syscallargs.h 1737 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 372 .sy_call = (sy_call_t *)sys_setgroups
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 370 .sy_call = (sy_call_t *)sys_setgroups
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 782 return sys_setgroups(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1534 int sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
linux_sysent.c 352 .sy_call = (sy_call_t *)sys_setgroups

Completed in 35 milliseconds

1 2