Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/sunos32/
H A Dsunos32_syscallargs.h320 struct netbsd32_sendto_args;
676 int netbsd32_sendto(struct lwp *, const struct netbsd32_sendto_args *, register_t *);
H A Dsunos32_sysent.c524 ns(struct netbsd32_sendto_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/svr4_32/
H A Dsvr4_32_syscallargs.h698 struct netbsd32_sendto_args;
1028 int netbsd32_sendto(struct lwp *, const struct netbsd32_sendto_args *, register_t *);
H A Dsvr4_32_sysent.c926 ns(struct netbsd32_sendto_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_socket.c421 netbsd32_sendto(struct lwp *l, const struct netbsd32_sendto_args *uap, register_t *retval) in netbsd32_sendto()
H A Dnetbsd32_sysent.c630 ns(struct netbsd32_sendto_args),
H A Dnetbsd32_syscallargs.h727 struct netbsd32_sendto_args { struct
2831 int netbsd32_sendto(struct lwp *, const struct netbsd32_sendto_args *, register_t *);
H A Dnetbsd32_systrace_args.c1002 struct netbsd32_sendto_args *p = params; in systrace_args()