Home
last modified time | relevance | path

Searched refs:sysarch_args (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dsys_machdep.c51 struct sysarch_args { struct
58 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch() argument
/f-stack/freebsd/amd64/include/
H A Dproc.h112 struct sysarch_args;
113 int sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space);
/f-stack/freebsd/arm/arm/
H A Dsys_machdep.c55 struct sysarch_args { struct
170 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/f-stack/freebsd/arm64/arm64/
H A Dsys_machdep.c41 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/f-stack/freebsd/amd64/ia32/
H A Dia32_misc.c51 struct sysarch_args uap1; in freebsd32_sysarch()
/f-stack/freebsd/amd64/amd64/
H A Dsys_machdep.c92 struct sysarch_args { struct
99 sysarch_ldt(struct thread *td, struct sysarch_args *uap, int uap_space) in sysarch_ldt() argument
173 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch()
/f-stack/freebsd/i386/i386/
H A Dsys_machdep.c128 struct sysarch_args { struct
135 sysarch(struct thread *td, struct sysarch_args *uap) in sysarch() argument
/f-stack/freebsd/sys/
H A Dsysproto.h497 struct sysarch_args { struct
1954 int sysarch(struct thread *, struct sysarch_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c223 …{ .sy_narg = AS(sysarch_args), .sy_call = (sy_call_t *)sysarch, .sy_auevent = AUE_SYSARCH, .sy_fla…
H A Dsystrace_args.c848 struct sysarch_args *p = params; in systrace_args()