Searched refs:esterror (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/compat/sys/
H A Dtimex.h34 long esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval50
42 long esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval30
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_syscall.h28 long int esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval
45 ntv->esterror = tntx.esterror;
H A Dntp_request.h894 int32 esterror; member in struct:info_kernel
/netbsd-current/lib/libc/compat/sys/
H A Dcompat___ntp_gettime30.c27 ontvp->esterror = ntv.esterror;
H A Dcompat_ntp_gettime.c27 ontvp->esterror = ntv.esterror;
/netbsd-current/sys/compat/common/
H A Dkern_time_30.c80 ntv30.esterror = ntv.esterror;
H A Dkern_time_50.c557 ntv50.esterror = ntv.esterror;
/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_timex.h246 long esterror; /* estimated error (us) (ro) */ member in struct:freebsd_ntptimeval
259 long esterror; /* estimated error (us) (rw) */ member in struct:freebsd_timex
/netbsd-current/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h254 long esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval
266 long esterror; /* estimated error (us) (rw) */ member in struct:timex
/netbsd-current/sys/sys/
H A Dtimex.h201 long esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval
218 long esterror; /* estimated error (us) (rw) */ member in struct:timex
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntptime.c141 ntx.esterror = atoi(ntp_optarg);
184 -e esterror estimate of the error (us)\n\
317 ntv.maxerror, ntv.esterror);
350 ntx.maxerror, ntx.esterror);
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_compat_30.c326 ntv32.esterror = (netbsd32_long)ntv.esterror;
H A Dnetbsd32.h949 netbsd32_long esterror; /* estimated error (us) (ro) */ member in struct:netbsd32_ntptimeval30
954 netbsd32_long esterror; /* estimated error (us) (ro) */ member in struct:netbsd32_ntptimeval50
962 netbsd32_long esterror; /* estimated error (us) (ro) */ member in struct:netbsd32_ntptimeval
972 netbsd32_long esterror; /* estimated error (us) (rw) */ member in struct:netbsd32_timex
H A Dnetbsd32_time.c78 ntv32.esterror = (netbsd32_long)ntv.esterror;
H A Dnetbsd32_conv.h441 tx32p->esterror = (netbsd32_long)txp->esterror;
465 txp->esterror = (long)tx32p->esterror;
H A Dnetbsd32_compat_50.c902 ntv32.esterror = (netbsd32_long)ntv.esterror;
/netbsd-current/sys/kern/
H A Dkern_ntptime.c245 ntv->esterror = time_esterror;
305 time_esterror = ntv->esterror;
389 ntv->esterror = time_esterror;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_loopfilter.c778 ntv.esterror = usec_long_from_dbl(
1129 ntv.esterror = MAXDISPERSE * 1.0e6;
H A Dntp_request.c2469 ik->esterror = htonl((u_int32)ntx.esterror);
H A Dntp_control.c2351 1000 * dbl_from_usec_long(ntx.esterror))
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c2977 (u_long)ntohl(ik->esterror) * tscale_usec);

Completed in 292 milliseconds