Home
last modified time | relevance | path

Searched refs:freebsd32_sysarch_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dsys_machdep.c37 freebsd32_sysarch(struct thread *td, struct freebsd32_sysarch_args *uap) in freebsd32_sysarch()
/freebsd/sys/amd64/ia32/
H A Dia32_misc.c46 freebsd32_sysarch(struct thread *td, struct freebsd32_sysarch_args *uap) in freebsd32_sysarch()
/freebsd/sys/arm64/arm64/
H A Dfreebsd32_machdep.c72 freebsd32_sysarch(struct thread *td, struct freebsd32_sysarch_args *uap) in freebsd32_sysarch()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h131 struct freebsd32_sysarch_args { struct
721 int freebsd32_sysarch(struct thread *, struct freebsd32_sysarch_args *);
H A Dfreebsd32_sysent.c235 …{ .sy_narg = AS(freebsd32_sysarch_args), .sy_call = (sy_call_t *)freebsd32_sysarch, .sy_auevent = …
H A Dfreebsd32_systrace_args.c812 struct freebsd32_sysarch_args *p = params; in systrace_args()