Home
last modified time | relevance | path

Searched refs:netbsd32_bind (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/compat/sunos32/
Dsunos32_sysent.c411 .sy_call = (sy_call_t *)netbsd32_bind
Dsunos32_syscallargs.h621 int netbsd32_bind(struct lwp *, const struct netbsd32_bind_args *, register_t *);
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_sysent.c543 .sy_call = (sy_call_t *)netbsd32_bind
Dnetbsd32_syscallargs.h562 check_syscall_args(netbsd32_bind)
3033 int netbsd32_bind(struct lwp *, const struct netbsd32_bind_args *, register_t *);
Dnetbsd32_netbsd.c913 netbsd32_bind(struct lwp *l, const struct netbsd32_bind_args *uap, register_t *retval) in netbsd32_bind() function