Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/ffclock.2
| Show All 27 Lines | |||||
| .Dd November 21, 2011 | .Dd November 21, 2011 | ||||
| .Dt FFCLOCK 2 | .Dt FFCLOCK 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm ffclock_getcounter , | .Nm ffclock_getcounter , | ||||
| .Nm ffclock_getestimate , | .Nm ffclock_getestimate , | ||||
| .Nm ffclock_setestimate | .Nm ffclock_setestimate | ||||
| .Nd Retrieve feed-forward counter, get and set feed-forward clock estimates | .Nd Retrieve feed-forward counter, get and set feed-forward clock estimates | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/timeffc.h | .In sys/timeffc.h | ||||
| .Ft int | .Ft int | ||||
| .Fn ffclock_getcounter "ffcounter *ffcount" | .Fn ffclock_getcounter "ffcounter *ffcount" | ||||
| .Ft int | .Ft int | ||||
| .Fn ffclock_getestimate "struct ffclock_estimate *cest" | .Fn ffclock_getestimate "struct ffclock_estimate *cest" | ||||
| .Ft int | .Ft int | ||||
| .Fn ffclock_setestimate "struct ffclock_estimate *cest" | .Fn ffclock_setestimate "struct ffclock_estimate *cest" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| ▲ Show 20 Lines • Show All 129 Lines • Show Last 20 Lines | |||||