Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_ffclock.c442 struct ffclock_getestimate_args { struct
448 sys_ffclock_getestimate(struct thread *td, struct ffclock_getestimate_args *uap) in sys_ffclock_getestimate() argument
477 sys_ffclock_getestimate(struct thread *td, struct ffclock_getestimate_args *uap) in sys_ffclock_getestimate()
HDinit_sysent.c300 …{ .sy_narg = AS(ffclock_getestimate_args), .sy_call = (sy_call_t *)sys_ffclock_getestimate, .sy_au…
HDsystrace_args.c1237 struct ffclock_getestimate_args *p = params; in systrace_args()
/freebsd-13-stable/sys/sys/
HDsysproto.h671 struct ffclock_getestimate_args { struct
2015 int sys_ffclock_getestimate(struct thread *, struct ffclock_getestimate_args *);
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c307 …{ .sy_narg = AS(ffclock_getestimate_args), .sy_call = (sy_call_t *)sys_ffclock_getestimate, .sy_au…
HDfreebsd32_systrace_args.c1207 struct ffclock_getestimate_args *p = params; in systrace_args()