Home
last modified time | relevance | path

Searched refs:netbsd32_close_args (Results 1 – 11 of 11) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/sunos32/
H A Dsunos32_syscallargs.h47 struct netbsd32_close_args;
486 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
H A Dsunos32_sysent.c58 ns(struct netbsd32_close_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/svr4_32/
H A Dsvr4_32_syscallargs.h47 struct netbsd32_close_args;
729 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
H A Dsvr4_32_sysent.c63 ns(struct netbsd32_close_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux32/arch/amd64/
H A Dlinux32_syscallargs.h50 struct netbsd32_close_args;
1042 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
H A Dlinux32_sysent.c65 ns(struct netbsd32_close_args),
H A Dlinux32_systrace_args.c61 struct netbsd32_close_args *p = params; in systrace_args()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c146 ns(struct netbsd32_close_args),
H A Dnetbsd32_syscallargs.h65 struct netbsd32_close_args { struct
2597 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
H A Dnetbsd32_netbsd.c220 netbsd32_close(struct lwp *l, const struct netbsd32_close_args *uap, register_t *retval) in netbsd32_close()
H A Dnetbsd32_systrace_args.c64 struct netbsd32_close_args *p = params; in systrace_args()