Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/sunos32/
H A Dsunos32_syscallargs.h294 struct netbsd32_getsockopt_args;
650 int netbsd32_getsockopt(struct lwp *, const struct netbsd32_getsockopt_args *, register_t *);
H A Dsunos32_sysent.c466 ns(struct netbsd32_getsockopt_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/svr4_32/
H A Dsvr4_32_syscallargs.h704 struct netbsd32_getsockopt_args;
1034 int netbsd32_getsockopt(struct lwp *, const struct netbsd32_getsockopt_args *, register_t *);
H A Dsvr4_32_sysent.c938 ns(struct netbsd32_getsockopt_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c571 ns(struct netbsd32_getsockopt_args),
H A Dnetbsd32_syscallargs.h633 struct netbsd32_getsockopt_args { struct
2803 int netbsd32_getsockopt(struct lwp *, const struct netbsd32_getsockopt_args *, register_t *);
H A Dnetbsd32_netbsd.c1067 netbsd32_getsockopt(struct lwp *l, const struct netbsd32_getsockopt_args *uap, register_t *retval) in netbsd32_getsockopt()
H A Dnetbsd32_systrace_args.c880 struct netbsd32_getsockopt_args *p = params; in systrace_args()