Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_ffclock.c413 struct ffclock_setestimate_args { struct
419 sys_ffclock_setestimate(struct thread *td, struct ffclock_setestimate_args *uap) in sys_ffclock_setestimate() argument
473 sys_ffclock_setestimate(struct thread *td, struct ffclock_setestimate_args *uap) in sys_ffclock_setestimate()
H A Dinit_sysent.c300 …{ .sy_narg = AS(ffclock_setestimate_args), .sy_call = (sy_call_t *)sys_ffclock_setestimate, .sy_au…
H A Dsystrace_args.c1231 struct ffclock_setestimate_args *p = params; in systrace_args()
/freebsd-13.1/sys/sys/
H A Dsysproto.h669 struct ffclock_setestimate_args { struct
2000 int sys_ffclock_setestimate(struct thread *, struct ffclock_setestimate_args *);
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c307 …{ .sy_narg = AS(ffclock_setestimate_args), .sy_call = (sy_call_t *)sys_ffclock_setestimate, .sy_au…
H A Dfreebsd32_systrace_args.c1201 struct ffclock_setestimate_args *p = params; in systrace_args()