Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_ffclock.c381 struct ffclock_getcounter_args { struct
387 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter() argument
463 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter()
HDinit_sysent.c298 …{ .sy_narg = AS(ffclock_getcounter_args), .sy_call = (sy_call_t *)sys_ffclock_getcounter, .sy_auev…
HDsystrace_args.c1223 struct ffclock_getcounter_args *p = params; in systrace_args()
/freebsd-13-stable/sys/sys/
HDsysproto.h665 struct ffclock_getcounter_args { struct
2013 int sys_ffclock_getcounter(struct thread *, struct ffclock_getcounter_args *);
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c305 …{ .sy_narg = AS(ffclock_getcounter_args), .sy_call = (sy_call_t *)sys_ffclock_getcounter, .sy_auev…
HDfreebsd32_systrace_args.c1193 struct ffclock_getcounter_args *p = params; in systrace_args()