Home
last modified time | relevance | path

Searched refs:netbsd32_sendto_args (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/compat/sunos32/
H A Dsunos32_syscallargs.h319 struct netbsd32_sendto_args;
671 int netbsd32_sendto(struct lwp *, const struct netbsd32_sendto_args *, register_t *);
H A Dsunos32_sysent.c522 ns(struct netbsd32_sendto_args),
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_socket.c663 netbsd32_sendto(struct lwp *l, const struct netbsd32_sendto_args *uap, in netbsd32_sendto()
H A Dnetbsd32_sysent.c649 ns(struct netbsd32_sendto_args),
H A Dnetbsd32_syscallargs.h727 struct netbsd32_sendto_args { struct
3056 int netbsd32_sendto(struct lwp *, const struct netbsd32_sendto_args *, register_t *);
H A Dnetbsd32_systrace_args.c997 const struct netbsd32_sendto_args *p = params; in systrace_args()