Home
last modified time | relevance | path

Searched refs:netbsd32_getsid (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c579 .sy_call = (sy_call_t *)netbsd32_getsid
H A Dlinux32_syscallargs.h1351 int netbsd32_getsid(struct lwp *, const struct netbsd32_getsid_args *, register_t *);
/netbsd/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c586 .sy_call = (sy_call_t *)netbsd32_getsid
H A Dlinux32_syscallargs.h1352 int netbsd32_getsid(struct lwp *, const struct netbsd32_getsid_args *, register_t *);
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c1245 .sy_call = (sy_call_t *)netbsd32_getsid
H A Dnetbsd32_syscallargs.h1541 check_syscall_args(netbsd32_getsid)
3313 int netbsd32_getsid(struct lwp *, const struct netbsd32_getsid_args *, register_t *);
H A Dnetbsd32_netbsd.c1675 netbsd32_getsid(struct lwp *l, const struct netbsd32_getsid_args *uap, register_t *retval) in netbsd32_getsid() function