Home
last modified time | relevance | path

Searched refs:STA_NANO (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dtimexsup.c30 #if defined(MOD_NANO) != defined(STA_NANO) in clamp_rounded()
31 # warning inconsistent definitions of MOD_NANO vs STA_NANO in clamp_rounded()
56 #ifdef STA_NANO in dbl_from_usec_long()
57 if (STA_NANO & status) { in dbl_from_usec_long()
H A Dstatestr.c272 # ifdef STA_NANO
273 { STA_NANO, "nano", 0 },
/freebsd/sys/sys/
H A Dtimex.h92 #define STA_NANO 0x2000 /* resolution (0 = us, 1 = ns) (ro) */ macro
97 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/freebsd/contrib/ntp/util/
H A Dntptime.c298 #ifdef STA_NANO in main()
299 if (flash & STA_NANO) { in main()
338 #ifdef STA_NANO in main()
339 if (flash & STA_NANO) in main()
/freebsd/sys/kern/
H A Dkern_ntptime.c405 time_status |= STA_NANO; in kern_ntp_adjtime()
407 time_status &= ~STA_NANO; in kern_ntp_adjtime()
430 if (time_status & STA_NANO) in kern_ntp_adjtime()
440 if (time_status & STA_NANO) in kern_ntp_adjtime()
449 if (time_status & STA_NANO) in kern_ntp_adjtime()
457 if (time_status & STA_NANO) in kern_ntp_adjtime()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c138 #if defined(STA_NANO) && NTP_API == 4
140 #endif /* STA_NANO */
768 #ifdef STA_NANO in local_clock()
770 #else /* STA_NANO */ in local_clock()
772 #endif /* STA_NANO */ in local_clock()
829 #if defined(STA_NANO) && NTP_API == 4 in local_clock()
841 #endif /* STA_NANO */ in local_clock()
1177 #ifdef STA_NANO in stop_kern_loop()
1180 #endif /* STA_NANO */
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2964 #ifdef STA_NANO in kerninfo()
2965 if (status & STA_NANO) in kerninfo()
3016 #ifdef STA_NANO in kerninfo()
3017 if (status & STA_NANO) (void)fprintf(fp, " nano"); in kerninfo()
/freebsd/contrib/ntp/
H A DChangeLog326 * [Bug 3569] cleanup MOD_NANO/STA_NANO handling for 'ntpadjtimex()' <perlinger@ntp.org>
386 * [Bug 3541] patch to fix STA_NANO struct timex units <perlinger@ntp.org>
1395 * [Bug 2640] STA_NANO can result in invalid ntv.constant.
H A DCommitLog-4.1.0101 Check against STA_NANO instead of (NTP_API > 3) to catch kernels
5231 * util/ntptime.c (main): Protect STA_NANO
H A DNEWS392 * [Bug 3569] cleanup MOD_NANO/STA_NANO handling for 'ntpadjtimex()' <perlinger@ntp.org>
460 * [Bug 3541] patch to fix STA_NANO struct timex units <perlinger@ntp.org>
4158 * [Bug 3569] cleanup MOD_NANO/STA_NANO handling for 'ntpadjtimex()' <perlinger@ntp.org>
4226 * [Bug 3541] patch to fix STA_NANO struct timex units <perlinger@ntp.org>
H A DCommitLog13090 [Bug 3569] cleanup MOD_NANO/STA_NANO handling for 'ntpadjtimex()'
13094 [Bug 3569] cleanup MOD_NANO/STA_NANO handling for 'ntpadjtimex()'
13130 refactor 'struct timex' access (MOD_NANO/STA_NANO)
13133 refactor 'struct timex' access (MOD_NANO/STA_NANO)
13138 refactor 'struct timex' access (MOD_NANO/STA_NANO)
13141 refactor 'struct timex' access (MOD_NANO/STA_NANO)
13146 refactor 'struct timex' access (MOD_NANO/STA_NANO)
13350 [Bug 3541] patch to fix STA_NANO struct timex units
13353 [Bug 3541] patch to fix STA_NANO struct timex units
13356 [Bug 3541] patch to fix STA_NANO struc
[all...]