HomeSort by: relevance | last modified time | path
    Searched refs:esterror (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/compat/sys/
timex.h 34 long esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval50
42 long esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval30
  /src/external/bsd/ntp/dist/include/
ntp_syscall.h 28 long int esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval
45 ntv->esterror = tntx.esterror;
ntp_request.h 894 int32 esterror; member in struct:info_kernel
  /src/lib/libc/compat/sys/
compat___ntp_gettime30.c 27 ontvp->esterror = ntv.esterror;
compat_ntp_gettime.c 27 ontvp->esterror = ntv.esterror;
  /src/sys/compat/common/
kern_time_30.c 80 ntv30.esterror = ntv.esterror;
kern_time_50.c 557 ntv50.esterror = ntv.esterror;
  /src/sys/compat/freebsd/
freebsd_timex.h 246 long esterror; /* estimated error (us) (ro) */ member in struct:freebsd_ntptimeval
259 long esterror; /* estimated error (us) (rw) */ member in struct:freebsd_timex
  /src/sys/sys/
timex.h 201 long esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval
218 long esterror; /* estimated error (us) (rw) */ member in struct:timex
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 254 long esterror; /* estimated error (us) (ro) */ member in struct:ntptimeval
266 long esterror; /* estimated error (us) (rw) */ member in struct:timex
  /src/external/bsd/ntp/dist/util/
ntptime.c 43 "\20\1OFFSET\2FREQUENCY\3MAXERROR\4ESTERROR\5STATUS\6TIMECONST\
141 ntx.esterror = atoi(ntp_optarg);
184 -e esterror estimate of the error (us)\n\
317 ntv.maxerror, ntv.esterror);
350 ntx.maxerror, ntx.esterror);
  /src/sys/compat/netbsd32/
netbsd32_compat_30.c 326 ntv32.esterror = (netbsd32_long)ntv.esterror;
netbsd32.h 949 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
netbsd32_time.c 78 ntv32.esterror = (netbsd32_long)ntv.esterror;
netbsd32_conv.h 441 tx32p->esterror = (netbsd32_long)txp->esterror;
465 txp->esterror = (long)tx32p->esterror;
netbsd32_compat_50.c 902 ntv32.esterror = (netbsd32_long)ntv.esterror;
  /src/sys/kern/
kern_ntptime.c 245 ntv->esterror = time_esterror;
305 time_esterror = ntv->esterror;
389 ntv->esterror = time_esterror;
  /src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 778 ntv.esterror = usec_long_from_dbl(
1129 ntv.esterror = MAXDISPERSE * 1.0e6;
ntp_request.c 2538 ik->esterror = htonl((u_int32)ntx.esterror);
ntp_control.c 2357 1000 * dbl_from_usec_long(ntx.esterror))
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 2977 (u_long)ntohl(ik->esterror) * tscale_usec);

Completed in 30 milliseconds