Searched refs:netbsd32_close_args (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_syscallargs.h | 50 struct netbsd32_close_args; 485 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
|
H A D | sunos32_sysent.c | 58 ns(struct netbsd32_close_args),
|
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_syscallargs.h | 53 struct netbsd32_close_args; 1139 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
|
H A D | linux32_sysent.c | 60 ns(struct netbsd32_close_args),
|
H A D | linux32_systrace_args.c | 61 const struct netbsd32_close_args *p = params; in systrace_args()
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_syscallargs.h | 53 struct netbsd32_close_args; 1132 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
|
H A D | linux32_sysent.c | 63 ns(struct netbsd32_close_args),
|
H A D | linux32_systrace_args.c | 61 const struct netbsd32_close_args *p = params; in systrace_args()
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 172 ns(struct netbsd32_close_args),
|
H A D | netbsd32_syscallargs.h | 68 struct netbsd32_close_args { struct 2853 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
|
H A D | netbsd32_netbsd.c | 213 netbsd32_close(struct lwp *l, const struct netbsd32_close_args *uap, register_t *retval) in netbsd32_close()
|
H A D | netbsd32_systrace_args.c | 64 const struct netbsd32_close_args *p = params; in systrace_args()
|