Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_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()
H A Dinit_sysent.c310 …{ .sy_narg = AS(ffclock_getcounter_args), .sy_call = (sy_call_t *)sys_ffclock_getcounter, .sy_auev…
H A Dsystrace_args.c1195 struct ffclock_getcounter_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h648 struct ffclock_getcounter_args { struct
2065 int sys_ffclock_getcounter(struct thread *, struct ffclock_getcounter_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c311 …{ .sy_narg = AS(ffclock_getcounter_args), .sy_call = (sy_call_t *)sys_ffclock_getcounter, .sy_auev…
H A Dfreebsd32_systrace_args.c1172 struct ffclock_getcounter_args *p = params; in systrace_args()