Home
last modified time | relevance | path

Searched refs:maxerror (Results 1 – 24 of 24) sorted by relevance

/netbsd/external/bsd/ntp/dist/include/
H A Dntp_syscall.h27 long int maxerror; /* maximum error (us) (ro) */ member
44 ntv->maxerror = tntx.maxerror; in ntp_gettime()
H A Dntp_request.h893 int32 maxerror; member
/netbsd/sys/compat/sys/
H A Dtimex.h33 long maxerror; /* maximum error (us) (ro) */ member
41 long maxerror; /* maximum error (us) (ro) */ member
/netbsd/lib/libc/compat/sys/
H A Dcompat_ntp_gettime.c26 ontvp->maxerror = ntv.maxerror; in ntp_gettime()
H A Dcompat___ntp_gettime30.c26 ontvp->maxerror = ntv.maxerror; in __ntp_gettime30()
/netbsd/sys/compat/common/
H A Dkern_time_30.c79 ntv30.maxerror = ntv.maxerror; in compat_30_sys_ntp_gettime()
H A Dkern_time_50.c568 ntv50.maxerror = ntv.maxerror; in compat_50_sys___ntp_gettime30()
/netbsd/sys/compat/freebsd/
H A Dfreebsd_timex.h245 long maxerror; /* maximum error (us) (ro) */ member
258 long maxerror; /* maximum error (us) (rw) */ member
/netbsd/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h253 long maxerror; /* maximum error (us) (ro) */ member
265 long maxerror; /* maximum error (us) (rw) */ member
/netbsd/sys/sys/
H A Dtimex.h200 long maxerror; /* maximum error (us) (ro) */ member
217 long maxerror; /* maximum error (us) (rw) */ member
/netbsd/external/bsd/ntp/dist/util/
H A Dntptime.c151 ntx.maxerror = atoi(ntp_optarg); in main()
317 ntv.maxerror, ntv.esterror); in main()
350 ntx.maxerror, ntx.esterror); in main()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_compat_30.c325 ntv32.maxerror = (netbsd32_long)ntv.maxerror; in compat_30_netbsd32_ntp_gettime()
H A Dnetbsd32.h939 netbsd32_long maxerror; /* maximum error (us) (ro) */ member
944 netbsd32_long maxerror; /* maximum error (us) (ro) */ member
952 netbsd32_long maxerror; /* maximum error (us) (ro) */ member
962 netbsd32_long maxerror; /* maximum error (us) (rw) */ member
H A Dnetbsd32_time.c77 ntv32.maxerror = (netbsd32_long)ntv.maxerror; in netbsd32___ntp_gettime50()
H A Dnetbsd32_conv.h439 tx32p->maxerror = (netbsd32_long)txp->maxerror; in netbsd32_from_timex()
463 txp->maxerror = (long)tx32p->maxerror; in netbsd32_to_timex()
H A Dnetbsd32_compat_50.c901 ntv32.maxerror = (netbsd32_long)ntv.maxerror; in compat_50_netbsd32_ntp_gettime()
/netbsd/sys/kern/
H A Dkern_ntptime.c244 ntv->maxerror = time_maxerror; in ntp_gettime()
303 time_maxerror = ntv->maxerror; in ntp_adjtime1()
388 ntv->maxerror = time_maxerror; in ntp_adjtime1()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_loopfilter.c783 ntv.maxerror = usec_long_from_dbl( in local_clock()
1115 ntv.maxerror = MAXDISPERSE * 1.0e6; in start_kern_loop()
H A Dntp_request.c2459 ik->maxerror = htonl((u_int32)ntx.maxerror); in get_kernel_info()
H A Dntp_control.c2349 1000 * dbl_from_usec_long(ntx.maxerror)) in ctl_putsys()
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std411 offsetof(maxerror) = 8
H A Dntpdc_ops.c2975 (u_long)ntohl(ik->maxerror) * tscale_usec); in kerninfo()
/netbsd/external/bsd/ntp/dist/
H A DCommitLog-4.1.01610 initializing ntv.modes. Initialize ntv.{maxerror,esterror,status}
H A DCommitLog134206 correct kerninfo maxerror/esterror scaling