Home
last modified time | relevance | path

Searched refs:freebsd32_ffclock_setestimate_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h215 struct freebsd32_ffclock_setestimate_args { struct
737 int freebsd32_ffclock_setestimate(struct thread *, struct freebsd32_ffclock_setestimate_args *);
H A Dfreebsd32_misc.c4094 struct freebsd32_ffclock_setestimate_args *uap) in freebsd32_ffclock_setestimate()
4155 struct freebsd32_ffclock_setestimate_args *uap) in freebsd32_ffclock_setestimate()
H A Dfreebsd32_sysent.c312 …{ .sy_narg = AS(freebsd32_ffclock_setestimate_args), .sy_call = (sy_call_t *)freebsd32_ffclock_set…
H A Dfreebsd32_systrace_args.c1195 struct freebsd32_ffclock_setestimate_args *p = params; in systrace_args()