Searched refs:ffclock_getcounter_args (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_ffclock.c | 380 struct ffclock_getcounter_args { struct 386 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter() argument 462 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter()
|
| HD | init_sysent.c | 290 …{ AS(ffclock_getcounter_args), (sy_call_t *)sys_ffclock_getcounter, AUE_NULL, NULL, 0, 0, 0, SY_TH…
|
| HD | systrace_args.c | 1279 struct ffclock_getcounter_args *p = params; in systrace_args()
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 291 …{ AS(ffclock_getcounter_args), (sy_call_t *)sys_ffclock_getcounter, AUE_NULL, NULL, 0, 0, 0, SY_TH…
|
| HD | freebsd32_systrace_args.c | 1249 struct ffclock_getcounter_args *p = params; in systrace_args()
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 694 struct ffclock_getcounter_args { struct 2216 int sys_ffclock_getcounter(struct thread *, struct ffclock_getcounter_args *);
|