ffclock_estimate
typedef int (__sys_ffclock_setestimate_t)(struct ffclock_estimate *);
typedef int (__sys_ffclock_getestimate_t)(struct ffclock_estimate *);
struct ffclock_estimate;
int __sys_ffclock_setestimate(struct ffclock_estimate * cest);
int __sys_ffclock_getestimate(struct ffclock_estimate * cest);
extern struct ffclock_estimate ffclock_estimate;
struct ffclock_estimate cest;
memcpy(&ffclock_estimate, &cest, sizeof(struct ffclock_estimate));
struct ffclock_estimate cest;
memcpy(&cest, &ffclock_estimate, sizeof(struct ffclock_estimate));
update_ffcount = ffclock_estimate.update_ffcount;
err_rate = ffclock_estimate.errb_rate;
} while (update_ffcount != ffclock_estimate.update_ffcount);
struct ffclock_estimate *cest;
struct ffclock_estimate cest;
if ((error = copyin(uap->cest, &cest, sizeof(struct ffclock_estimate)))
memcpy(&ffclock_estimate, &cest, sizeof(struct ffclock_estimate));
struct ffclock_estimate *cest;
struct ffclock_estimate cest;
memcpy(&cest, &ffclock_estimate, sizeof(struct ffclock_estimate));
error = copyout(&cest, uap->cest, sizeof(struct ffclock_estimate));
extern struct ffclock_estimate ffclock_estimate;
struct ffclock_estimate cest;
update_ffcount = ffclock_estimate.update_ffcount;
bcopy(&ffclock_estimate, &cest, sizeof(struct ffclock_estimate));
} while (update_ffcount != ffclock_estimate.update_ffcount);
struct ffclock_estimate cest;
struct ffclock_estimate ffclock_estimate;
struct ffclock_estimate cest;
struct ffclock_estimate cest;
memset(&cest, 0, sizeof(struct ffclock_estimate));
bcopy(&cest, &ffclock_estimate, sizeof(struct ffclock_estimate));
struct ffclock_estimate *cest;
bcopy(&fftimehands->cest, cest, sizeof(struct ffclock_estimate));
bcopy(&ffclock_estimate, cest, sizeof(struct ffclock_estimate));
struct ffclock_estimate *cest;
bcopy(&(fftimehands->cest), cest, sizeof(struct ffclock_estimate));
char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)];
char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)];
int ffclock_getestimate(struct ffclock_estimate *cest);
int ffclock_setestimate(struct ffclock_estimate *cest);