Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_ffclock.c384 struct ffclock_getcounter_args { struct
390 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter() argument
466 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter()
H A Dinit_sysent.c299 …{ .sy_narg = AS(ffclock_getcounter_args), .sy_call = (sy_call_t *)sys_ffclock_getcounter, .sy_auev…
H A Dsystrace_args.c1224 struct ffclock_getcounter_args *p = params; in systrace_args()
/freebsd-13.1/sys/sys/
H A Dsysproto.h666 struct ffclock_getcounter_args { struct
1999 int sys_ffclock_getcounter(struct thread *, struct ffclock_getcounter_args *);
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c306 …{ .sy_narg = AS(ffclock_getcounter_args), .sy_call = (sy_call_t *)sys_ffclock_getcounter, .sy_auev…
H A Dfreebsd32_systrace_args.c1194 struct ffclock_getcounter_args *p = params; in systrace_args()