Home
last modified time | relevance | path

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

/trueos/contrib/ntp/util/
HDntptime.c280 #ifdef STA_NANO in main()
281 if (flash & STA_NANO) { in main()
320 #ifdef STA_NANO in main()
321 if (flash & STA_NANO) in main()
333 #ifdef STA_NANO in main()
334 if (flash & STA_NANO) in main()
345 #ifdef STA_NANO in main()
346 if (flash & STA_NANO) in main()
/trueos/contrib/ntp/ntpd/
HDntp_loopfilter.c523 #if defined(STA_NANO) && NTP_API == 4 in local_clock()
570 #ifdef STA_NANO in local_clock()
579 #ifdef STA_NANO in local_clock()
651 #ifdef STA_NANO in local_clock()
664 #ifdef STA_NANO in local_clock()
889 #ifdef STA_NANO in loop_config()
928 #ifdef STA_NANO in loop_config()
/trueos/sys/sys/
HDtimex.h159 #define STA_NANO 0x2000 /* resolution (0 = us, 1 = ns) (ro) */ macro
164 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/trueos/sys/kern/
HDkern_ntptime.c397 time_status |= STA_NANO; in sys_ntp_adjtime()
399 time_status &= ~STA_NANO; in sys_ntp_adjtime()
422 if (time_status & STA_NANO) in sys_ntp_adjtime()
432 if (time_status & STA_NANO) in sys_ntp_adjtime()
441 if (time_status & STA_NANO) in sys_ntp_adjtime()
449 if (time_status & STA_NANO) in sys_ntp_adjtime()
/trueos/contrib/ntp/ntpdc/
HDntpdc_ops.c2988 #ifdef STA_NANO in kerninfo()
2989 if (status & STA_NANO) in kerninfo()
3040 #ifdef STA_NANO in kerninfo()
3041 if (status & STA_NANO) (void)fprintf(fp, " nano"); in kerninfo()
/trueos/contrib/ntp/
HDCommitLog-4.1.0101 Check against STA_NANO instead of (NTP_API > 3) to catch kernels
5231 * util/ntptime.c (main): Protect STA_NANO