Searched refs:STA_NANO (Results 1 – 11 of 11) sorted by relevance
30 #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()
272 # ifdef STA_NANO273 { STA_NANO, "nano", 0 },
92 #define STA_NANO 0x2000 /* resolution (0 = us, 1 = ns) (ro) */ macro97 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
298 #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()
405 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()
138 #if defined(STA_NANO) && NTP_API == 4140 #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 */
2964 #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()
326 * [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.
101 Check against STA_NANO instead of (NTP_API > 3) to catch kernels5231 * util/ntptime.c (main): Protect STA_NANO
392 * [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>
13090 [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 units13353 [Bug 3541] patch to fix STA_NANO struct timex units13356 [Bug 3541] patch to fix STA_NANO struc[all...]