Searched refs:netbsd32_chdir_args (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_syscallargs.h | 76 struct netbsd32_chdir_args; 497 int netbsd32_chdir(struct lwp *, const struct netbsd32_chdir_args *, register_t *);
|
H A D | sunos32_sysent.c | 82 ns(struct netbsd32_chdir_args),
|
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_syscallargs.h | 77 struct netbsd32_chdir_args; 1151 int netbsd32_chdir(struct lwp *, const struct netbsd32_chdir_args *, register_t *);
|
H A D | linux32_sysent.c | 84 ns(struct netbsd32_chdir_args),
|
H A D | linux32_systrace_args.c | 109 const struct netbsd32_chdir_args *p = params; in systrace_args()
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_syscallargs.h | 77 struct netbsd32_chdir_args; 1144 int netbsd32_chdir(struct lwp *, const struct netbsd32_chdir_args *, register_t *);
|
H A D | linux32_sysent.c | 87 ns(struct netbsd32_chdir_args),
|
H A D | linux32_systrace_args.c | 109 const struct netbsd32_chdir_args *p = params; in systrace_args()
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 195 ns(struct netbsd32_chdir_args),
|
H A D | netbsd32_syscallargs.h | 98 struct netbsd32_chdir_args { struct 2863 int netbsd32_chdir(struct lwp *, const struct netbsd32_chdir_args *, register_t *);
|
H A D | netbsd32_netbsd.c | 269 netbsd32_chdir(struct lwp *l, const struct netbsd32_chdir_args *uap, register_t *retval) in netbsd32_chdir()
|
H A D | netbsd32_systrace_args.c | 104 const struct netbsd32_chdir_args *p = params; in systrace_args()
|