Home
last modified time | relevance | path

Searched refs:synch (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/ntp/
H A Dresults.y2kfixes10 timelord.att.com: stratum 2, offset -0.000879, synch distance 0.07207
11 timemaster.att.com: stratum 1, offset -0.004876, synch distance 0.03485, refid 'GPS'
21 timelord.att.com: stratum 2, offset 0.001383, synch distance 0.05644
22 timemaster.att.com: stratum 1, offset -0.006355, synch distance 0.04178, refid 'GPS'
32 timelord.att.com: stratum 2, offset -0.000094, synch distance 0.06522
33 timemaster.att.com: stratum 1, offset -0.010803, synch distance 0.03078, refid 'GPS'
43 timelord.att.com: stratum 2, offset -0.000719, synch distance 0.06561
44 timemaster.att.com: stratum 1, offset -0.013598, synch distance 0.03116, refid 'GPS'
H A Dconfig.h.in302 /* synch TODR hourly? */
943 /* Define to 1 if you have the <synch.h> header file. */
H A Dconfigure.ac4089 AC_DEFINE([DOSYNCTODR], [1], [synch TODR hourly?]) ;;
H A DChangeLog1585 * [Bug 2114] Update tests for sntp's synch distance.
1592 * [Bug 2114] Correctly calculate sntp's synch distance.
H A DCommitLog-4.1.01142 (process_packet): Fix bad synch distance test.
H A DCommitLog84533 [Bug 2114] Update tests for sntp's synch distance
84536 [Bug 2114] Update tests for sntp's synch distance
84539 [Bug 2114] Update tests for sntp's synch distance
85458 [Bug 2114] Correctly calculate sntp's synch distance
85461 [Bug 2114] Correctly calculate sntp's synch distance
85464 [Bug 2114] Correctly calculate sntp's synch distance
106100 struct instead of separate synch and error arrays kept in sync,
112922 Use pre-calculated values for the sntp synch distance checks
112925 Use pre-calculated values for the sntp synch distance checks
112928 Update sntp test to use synch distance instead of root dispersion
[all …]
/freebsd-13.1/contrib/ntp/ntpd/
H A Drefclock_hopfser.c217 int synch; /* synchhronization indicator */ in hopfserial_receive() local
247 &synch, in hopfserial_receive()
288 synch, in hopfserial_receive()
298 if ((synch && 0xc) == 0 ){ /* time ok? */ in hopfserial_receive()
307 if ((synch & HOPF_OPMODE) == HOPF_INVALID ){ /* time ok? */ in hopfserial_receive()
318 if ((synch & HOPF_OPMODE) == HOPF_INTERNAL){ in hopfserial_receive()
335 msyslog(LOG_ERR, " D:%x D:%d D:%d",synch,pp->minute,pp->second); in hopfserial_receive()
H A Drefclock_tsyncpci.c394 unsigned char synch; in tsync_poll() local
588 synch = (TimeContext.timeObj.flags == 0x4) ? 1 : 0; in tsync_poll()
650 if (synch) { in tsync_poll()
H A Dntp_proto.c100 double synch; /* sync distance */ member
3603 peers[nlist].synch = f; in clock_select()
3716 h = peers[i].synch; in clock_select()
3751 peers[0].synch = sys_mindisp; in clock_select()
3776 stoa(&peers[i].peer->srcadr), peers[i].synch)); in clock_select()
3803 if (peers[i].seljit * peers[i].synch > e) { in clock_select()
3805 e = peers[i].seljit * peers[i].synch; in clock_select()
3871 speermet = peers[i].seljit * peers[i].synch + in clock_select()
3999 x = 1. / peers[i].synch; in clock_combine()
/freebsd-13.1/contrib/ntp/scripts/stats/
H A DREADME.timecodes39 i = synchronization flag (<SP> = in synch, ? = out synch)
57 i = synchronization flag (<SP> = in synch, ? = out synch)
104 Note: 0?:??:??.? is displayed before synch is first established and
105 hh:mm:ss.? once synch is established and then lost again for about
/freebsd-13.1/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts.def55 % ntptrace localhost: stratum 4, offset 0.0019529, synch distance 0.144135
56 server2ozo.com: stratum 2, offset 0.0124263, synch distance 0.115784 usndh.edu:
57 stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB'
H A Dinvoke-ntptrace.texi23 % ntptrace localhost: stratum 4, offset 0.0019529, synch distance 0.144135
24 server2ozo.com: stratum 2, offset 0.0124263, synch distance 0.115784 usndh.edu:
25 stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB'
/freebsd-13.1/contrib/smbfs/
H A DHISTORY49 - Maintance: synch with changes in the recent -current
60 - synch with changes in the recent -current
/freebsd-13.1/contrib/tcpdump/
H A Dconfig.h.in310 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
315 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
320 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1035 ScriptedCommandSynchronicity synch) in CommandObjectPythonFunction() argument
1037 m_synchro(synch), m_fetched_help_long(false) { in CommandObjectPythonFunction()
1108 ScriptedCommandSynchronicity synch) in CommandObjectScriptingObject() argument
1110 m_synchro(synch), m_fetched_help_short(false), in CommandObjectScriptingObject()
/freebsd-13.1/contrib/file/
H A Dconfig.h.in366 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
371 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
376 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4509 AC_CHECK_HEADERS(thread.h synch.h)
568 AC_CHECK_HEADERS(thread.h synch.h)
/freebsd-13.1/contrib/apr/include/
H A Dapr.hnw54 #include <nks/synch.h>
/freebsd-13.1/contrib/bmake/
H A Dconfig.h.in352 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
/freebsd-13.1/contrib/ntp/sntp/
H A Dconfig.h.in458 /* Define to 1 if you have the <synch.h> header file. */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td725 // They must be kept in synch.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td333 // AVRInstrInfo.td. They must be kept in synch.
/freebsd-13.1/contrib/tzdata/
H A Dnorthamerica396 # Statue 175 closer in synch with the US Congress' intent....
3225 # decided to use DST was to be in synch with Puerto Rico, who was also going
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.td1059 // X86InstrInfo.h. They must be kept in synch.
/freebsd-13.1/contrib/ncurses/
H A DNEWS11942 + synch. of generated html pages (RCS-Id's were wrong in html files)

12