Home
last modified time | relevance | path

Searched refs:netbsd32_getgroups (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/compat/sunos32/
H A Dsunos32_sysent.c317 .sy_call = (sy_call_t *)netbsd32_getgroups
H A Dsunos32_syscallargs.h579 int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
/netbsd-src/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c795 .sy_call = (sy_call_t *)netbsd32_getgroups
H A Dlinux32_syscallargs.h1437 int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
/netbsd-src/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c802 .sy_call = (sy_call_t *)netbsd32_getgroups
H A Dlinux32_syscallargs.h1438 int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c447 .sy_call = (sy_call_t *)netbsd32_getgroups
H A Dnetbsd32_syscallargs.h424 check_syscall_args(netbsd32_getgroups)
2985 int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
H A Dnetbsd32_netbsd.c754 netbsd32_getgroups(struct lwp *l, const struct netbsd32_getgroups_args *uap, register_t *retval) in netbsd32_getgroups() function