HomeSort by: relevance | last modified time | path
    Searched refs:netbsd32_getgroups (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/compat/sunos32/
sunos32_syscallargs.h 579 int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
sunos32_sysent.c 317 .sy_call = (sy_call_t *)netbsd32_getgroups
318 }, /* 79 = netbsd32_getgroups */
  /src/sys/compat/linux32/arch/aarch64/
linux32_sysent.c 795 .sy_call = (sy_call_t *)netbsd32_getgroups
796 }, /* 205 = netbsd32_getgroups */
linux32_syscallargs.h 1437 int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
  /src/sys/compat/linux32/arch/amd64/
linux32_sysent.c 802 .sy_call = (sy_call_t *)netbsd32_getgroups
803 }, /* 205 = netbsd32_getgroups */
linux32_syscallargs.h 1438 int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 447 .sy_call = (sy_call_t *)netbsd32_getgroups
448 }, /* 79 = netbsd32_getgroups */
netbsd32_netbsd.c 754 netbsd32_getgroups(struct lwp *l, const struct netbsd32_getgroups_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 424 check_syscall_args(netbsd32_getgroups)
2993 int netbsd32_getgroups(struct lwp *, const struct netbsd32_getgroups_args *, register_t *);

Completed in 20 milliseconds