Searched refs:netbsd32_setgid (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_sysent.c | 208 .sy_call = (sy_call_t *)netbsd32_setgid 831 .sy_call = (sy_call_t *)netbsd32_setgid
|
H A D | linux32_syscallargs.h | 1201 int netbsd32_setgid(struct lwp *, const struct netbsd32_setgid_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_sysent.c | 212 .sy_call = (sy_call_t *)netbsd32_setgid 838 .sy_call = (sy_call_t *)netbsd32_setgid
|
H A D | linux32_syscallargs.h | 1196 int netbsd32_setgid(struct lwp *, const struct netbsd32_setgid_args *, register_t *);
|
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_sysent.c | 200 .sy_call = (sy_call_t *)netbsd32_setgid
|
H A D | sunos32_syscallargs.h | 535 int netbsd32_setgid(struct lwp *, const struct netbsd32_setgid_args *, register_t *);
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 844 .sy_call = (sy_call_t *)netbsd32_setgid
|
H A D | netbsd32_syscallargs.h | 979 check_syscall_args(netbsd32_setgid) 3164 int netbsd32_setgid(struct lwp *, const struct netbsd32_setgid_args *, register_t *);
|
H A D | netbsd32_netbsd.c | 1226 netbsd32_setgid(struct lwp *l, const struct netbsd32_setgid_args *uap, register_t *retval) in netbsd32_setgid() function
|