Searched refs:leapsec (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_timer.c | 79 u_long leapsec; /* seconds to next leap (proximity class) */ variable 401 if (leapsec > LSPROX_NOWARN || 0 == (current_time & 7)) in timer() 406 if (leapsec >= LSPROX_ANNOUNCE && leapdif) { in timer() 682 leapsec = LSPROX_NOWARN; in check_leapsec() 701 if ( (leapsec > 0 || lsprox < LSPROX_ALERT) in check_leapsec() 702 && leapsec < lsprox) { in check_leapsec() 703 if ( leapsec < LSPROX_SCHEDULE in check_leapsec() 710 leapsec = lsprox; in check_leapsec() 712 if (leapsec > lsprox) { in check_leapsec() 713 if ( leapsec > in check_leapsec() [all...] |
H A D | ntp_proto.c | 3047 if (leapsec == LSPROX_NOWARN) { in clock_update()
|
/freebsd/sys/sys/ |
H A D | timeffc.h | 52 int8_t leapsec; /* Next leap second (in {-1,0,1}). */ member
|
/freebsd/sys/kern/ |
H A D | kern_ffclock.c | 98 bt->sec -= cest.leapsec; in ffclock_abstime()
|
H A D | kern_tc.c | 574 cest.leapsec = 0; in ffclock_reset_clock() 1102 ffi->leapsec_adjustment -= cest.leapsec; in sysclock_getsnapshot()
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 227 static char const * leapsec; variable 579 for leapsec and COMMAND_LINE_FILENUM stands for the command line. */ 589 char const *fname = i == LEAPSEC_FILENUM ? leapsec : main_argv[i]; in filename() 956 static const char * leapsec; variable 1096 if (leapsec == NULL) in main() 1097 leapsec = optarg; in main() 1158 if (optind < argc && leapsec != NULL) { in main() 1159 infile(LEAPSEC_FILENUM, leapsec); in main()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32.h | 76 int8_t leapsec; member
|
H A D | freebsd32_misc.c | 4117 CP(cest, cest32, leapsec); in freebsd32_ffclock_setestimate() 4147 CP(cest32, cest, leapsec); in freebsd32_ffclock_getestimate()
|
/freebsd/contrib/ntp/include/ |
H A D | ntpd.h | 248 extern u_long leapsec; /* seconds to next leap (proximity class) */
|
/freebsd/contrib/ntp/ |
H A D | README.leapsmear | 264 clk_jitter=0.451, clk_wander=0.035, tai=35, leapsec=201507010000,
|
H A D | CommitLog | 2841 tests/ntpd/leapsec.c@1.6 +0 -1 2844 tests/ntpd/run-leapsec.c@1.10 +33 -34 12276 tests/ntpd/run-leapsec.c@1.9 +2 -0 16531 tests/ntpd/run-leapsec.c@1.6.1.1 +8 -0 16926 tests/ntpd/leapsec.c@1.5 +97 -193 16938 tests/ntpd/run-leapsec.c@1.7 +34 -33 26218 tests/ntpd/leapsec.c@1.4 +241 -82 26221 tests/ntpd/run-leapsec.c@1.6 +33 -33 28747 tests/ntpd/run-leapsec.c@1.5 +1 -1 29240 BitKeeper/deleted/8b/leapsec [all...] |
H A D | ChangeLog | 1523 * [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash 1528 * [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.texi | 585 @item @code{leapsec}
|
H A D | ntpq-opts.def | 857 .It Cm leapsec
|
H A D | invoke-ntpq.texi | 737 @item @code{leapsec}
|