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

  /src/sys/compat/sunos32/
sunos32_syscallargs.h 621 int netbsd32_bind(struct lwp *, const struct netbsd32_bind_args *, register_t *);
sunos32_sysent.c 411 .sy_call = (sy_call_t *)netbsd32_bind
412 }, /* 104 = netbsd32_bind */
  /src/sys/compat/netbsd32/
netbsd32_sysent.c 543 .sy_call = (sy_call_t *)netbsd32_bind
544 }, /* 104 = netbsd32_bind */
netbsd32_netbsd.c 913 netbsd32_bind(struct lwp *l, const struct netbsd32_bind_args *uap, register_t *retval) function in typeref:typename:int
netbsd32_syscallargs.h 562 check_syscall_args(netbsd32_bind)
3041 int netbsd32_bind(struct lwp *, const struct netbsd32_bind_args *, register_t *);

Completed in 25 milliseconds