Searched refs:netbsd32_modctl_args (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | module.h | 226 struct netbsd32_modctl_args; 228 const struct netbsd32_modctl_args *, register_t *);
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_compat_80.c | 49 int netbsd32_80_modctl(struct lwp *, const struct netbsd32_modctl_args *, 149 netbsd32_80_modctl(struct lwp *lwp, const struct netbsd32_modctl_args *uap, in netbsd32_80_modctl()
|
H A D | netbsd32_module.c | 194 const struct netbsd32_modctl_args *uap, register_t *result) in compat32_80_modctl_compat_stub() 201 netbsd32_modctl(struct lwp *lwp, const struct netbsd32_modctl_args *uap, in netbsd32_modctl()
|
H A D | netbsd32.h | 1311 struct netbsd32_modctl_args; 1313 (struct lwp *, const struct netbsd32_modctl_args *, register_t *));
|
H A D | netbsd32_sysent.c | 1093 ns(struct netbsd32_modctl_args),
|
H A D | netbsd32_syscallargs.h | 1300 struct netbsd32_modctl_args { struct 3266 int netbsd32_modctl(struct lwp *, const struct netbsd32_modctl_args *, register_t *);
|
H A D | netbsd32_systrace_args.c | 1758 const struct netbsd32_modctl_args *p = params; in systrace_args()
|