Searched refs:netbsd32_close (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_mqueue.c | 84 return netbsd32_close(l, (const void*)uap, retval); in netbsd32_mq_close()
|
H A D | netbsd32_sysent.c | 173 .sy_call = (sy_call_t *)netbsd32_close
|
H A D | netbsd32_syscallargs.h | 71 check_syscall_args(netbsd32_close) 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() function
|
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_sysent.c | 59 .sy_call = (sy_call_t *)netbsd32_close
|
H A D | sunos32_syscallargs.h | 485 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_sysent.c | 61 .sy_call = (sy_call_t *)netbsd32_close
|
H A D | linux32_syscallargs.h | 1139 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_sysent.c | 64 .sy_call = (sy_call_t *)netbsd32_close
|
H A D | linux32_syscallargs.h | 1132 int netbsd32_close(struct lwp *, const struct netbsd32_close_args *, register_t *);
|