Searched refs:sys_ffclock_getcounter (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/kern/
H A Dkern_ffclock.c387 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) function
463 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) function
H A Dinit_sysent.c304 { .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-current/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c305 { .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-current/sys/sys/
H A Dsysproto.h2019 int sys_ffclock_getcounter(struct thread *, struct ffclock_getcounter_args *);

Completed in 409 milliseconds