Searched refs:sys_getgroups (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/sys/rump/librump/rumpkern/
H A Drumpkern_syscalls.c27 extern sy_call_t sys_getgroups;
97 { 79, sys_getgroups },
/netbsd-current/sys/compat/ultrix/
H A Dultrix_syscallargs.h539 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
H A Dultrix_sysent.c333 .sy_call = (sy_call_t *)sys_getgroups
/netbsd-current/sys/kern/
H A Dkern_prot.c226 sys_getgroups(struct lwp *l, const struct sys_getgroups_args *uap, register_t *retval) function
/netbsd-current/sys/compat/sunos/
H A Dsunos_syscallargs.h570 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
H A Dsunos_sysent.c348 .sy_call = (sy_call_t *)sys_getgroups
/netbsd-current/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h851 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
H A Daoutm68k_sysent.c470 .sy_call = (sy_call_t *)sys_getgroups
/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_syscallargs.h754 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
H A Dfreebsd_sysent.c387 .sy_call = (sy_call_t *)sys_getgroups
/netbsd-current/sys/compat/linux/arch/aarch64/
H A Dlinux_sysent.c728 .sy_call = (sy_call_t *)sys_getgroups
H A Dlinux_syscallargs.h1325 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
/netbsd-current/sys/compat/linux/arch/powerpc/
H A Dlinux_syscallargs.h1368 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
H A Dlinux_sysent.c363 .sy_call = (sy_call_t *)sys_getgroups
/netbsd-current/sys/compat/linux/arch/mips/
H A Dlinux_sysent.c365 .sy_call = (sy_call_t *)sys_getgroups
H A Dlinux_syscallargs.h1487 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
/netbsd-current/sys/compat/linux/arch/i386/
H A Dlinux_sysent.c913 .sy_call = (sy_call_t *)sys_getgroups
H A Dlinux_syscallargs.h1665 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
/netbsd-current/sys/compat/linux/arch/m68k/
H A Dlinux_sysent.c928 .sy_call = (sy_call_t *)sys_getgroups
H A Dlinux_syscallargs.h1638 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
/netbsd-current/sys/compat/linux/arch/arm/
H A Dlinux_sysent.c906 .sy_call = (sy_call_t *)sys_getgroups
H A Dlinux_syscallargs.h1637 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_syscallargs.h1473 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
H A Dlinux_sysent.c608 .sy_call = (sy_call_t *)sys_getgroups
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_syscallargs.h1435 int sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);

Completed in 410 milliseconds

12