Searched refs:ffclock_setestimate_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_ffclock.c | 411 struct ffclock_setestimate_args { struct 417 sys_ffclock_setestimate(struct thread *td, struct ffclock_setestimate_args *uap) in sys_ffclock_setestimate() argument 471 sys_ffclock_setestimate(struct thread *td, struct ffclock_setestimate_args *uap) in sys_ffclock_setestimate()
|
| H A D | init_sysent.c | 294 …{ AS(ffclock_setestimate_args), (sy_call_t *)sys_ffclock_setestimate, AUE_NULL, NULL, 0, 0, 0, SY_…
|
| H A D | systrace_args.c | 1231 struct ffclock_setestimate_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 301 …{ AS(ffclock_setestimate_args), (sy_call_t *)sys_ffclock_setestimate, AUE_NULL, NULL, 0, 0, 0, SY_…
|
| H A D | freebsd32_systrace_args.c | 1201 struct ffclock_setestimate_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 669 struct ffclock_setestimate_args { struct 1936 int sys_ffclock_setestimate(struct thread *, struct ffclock_setestimate_args *);
|