Searched refs:get_systime (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-12-stable/contrib/ntp/util/
H A Djitter.c48 get_systime(&tr);
87 * get_systime - return system time in NTP timestamp format.
90 get_systime( function
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c496 get_systime(&now);
553 get_systime(&now);
594 get_systime(&now);
628 get_systime(&now);
703 get_systime(&now);
757 get_systime(&now);
794 get_systime(&now);
828 get_systime(&now);
866 get_systime(&now);
H A Drefclock_hopfpci.c148 get_systime(&pp->lastrec);
222 get_systime(&pp->lastrec);
H A Drefclock_gpsvme.c129 get_systime(&pp->lastrec);
182 get_systime(&pp->lastrec);
H A Drefclock_heath.c429 get_systime(&pp->lastrec);
H A Drefclock_pcf.c195 get_systime(&pp->lastrec);
H A Drefclock_tpro.c153 get_systime(&pp->lastrec);
H A Drefclock_tt560.c188 get_systime(&pp->lastrec);
H A Drefclock_as2201.c377 get_systime(&pp->lastrec);
H A Dntp_proto.c2970 get_systime(&now);
2975 get_systime(&now);
4107 get_systime(&xmt_tx);
4139 get_systime(&xmt_ty);
4406 get_systime(&xmt_tx);
4451 get_systime(&xmt_ty);
4669 get_systime(&xmt_tx);
4737 get_systime(&xmt_tx);
4744 get_systime(&xmt_ty);
4829 get_systime(
[all...]
H A Drefclock_wwvb.c478 get_systime(&now);
H A Dntpd.c1022 * get_systime()
1029 get_systime(&now);
1509 get_systime(&pts);
1550 get_systime(&tsb);
H A Dntp_filegen.c466 get_systime(&now);
H A Dntp_timer.c390 get_systime(&now);
H A Dntpsim.c517 * get_systime - return the system time in NTP timestamp format
520 get_systime( function
H A Drefclock_bancomm.c427 get_systime(&pp->lastrec);
H A Dntp_refclock.c367 get_systime(&peer->xmt);
694 get_systime(&peer->dst);
H A Drefclock_palisade.c1356 get_systime(&pp->lastrec);
1428 get_systime(&pp->lastrec);
H A Drefclock_true.c571 get_systime(&pp->lastrec);
H A Drefclock_arc.c1078 get_systime (&new_stamp);
/freebsd-12-stable/contrib/ntp/sntp/tests/
H A DpacketHandling.c128 get_systime(&reftime);
174 get_systime(&reftime);
302 get_systime(&now);
/freebsd-12-stable/contrib/ntp/libntp/
H A Diosignal.c294 get_systime(&ts);
H A Dsystime.c42 * These routines (get_systime, step_systime, adj_systime) implement an
63 * using get_systime() after sys_tick and sys_fuzz have been determined,
75 * next adjtime() and meanwhile is also factored into get_systime()
89 * 'get_systime()' and the cruft associated with communicating via a
135 #ifndef SIM /* ntpsim.c has get_systime() and friends for sim */
170 * get_systime - return system time in NTP timestamp format.
173 get_systime( function
219 "get_systime Lamport advance exceeds one second (%.9f)",
266 DPRINTF(1, ("get_systime: postcond failed by %s secs, fixed\n",
/freebsd-12-stable/contrib/ntp/ntpdate/
H A Dntpdate.c108 * for get_systime()
714 get_systime(&server->xmt);
724 get_systime(&(server->xmt));
1963 get_systime(&ts);
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_fp.h364 extern void get_systime (l_fp *);
393 * Multi-thread locking for get_systime()
395 * On most systems, get_systime() is used solely by the main ntpd
397 * The [Bug 2037] changes to get_systime() have it keep state between
401 * thread at a time is in get_systime().

Completed in 254 milliseconds

12