Searched refs:sys_ffclock_getcounter (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/kern/ |
H A D | kern_ffclock.c | 387 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter() function 463 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter() function
|
H A D | init_sysent.c | 310 { .sy_narg = AS(ffclock_getcounter_args), .sy_call = (sy_call_t *)sys_ffclock_getcounter, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 241 = ffclock_getcounter */
|
/freebsd-src/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 311 { .sy_narg = AS(ffclock_getcounter_args), .sy_call = (sy_call_t *)sys_ffclock_getcounter, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 241 = ffclock_getcounter */
|
/freebsd-src/sys/sys/ |
H A D | sysproto.h | 2032 int sys_ffclock_getcounter(struct thread *, struct ffclock_getcounter_args *);
|