Home
last modified time | relevance | path

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

/netbsd/sys/compat/sunos32/
H A Dsunos32_syscallargs.h293 struct netbsd32_getsockopt_args;
645 int netbsd32_getsockopt(struct lwp *, const struct netbsd32_getsockopt_args *, register_t *);
H A Dsunos32_sysent.c464 ns(struct netbsd32_getsockopt_args),
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c590 ns(struct netbsd32_getsockopt_args),
H A Dnetbsd32_syscallargs.h633 struct netbsd32_getsockopt_args { struct
3028 int netbsd32_getsockopt(struct lwp *, const struct netbsd32_getsockopt_args *, register_t *);
H A Dnetbsd32_netbsd.c1028 netbsd32_getsockopt(struct lwp *l, const struct netbsd32_getsockopt_args *uap, register_t *retval) in netbsd32_getsockopt()
H A Dnetbsd32_systrace_args.c875 const struct netbsd32_getsockopt_args *p = params; in systrace_args()