/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 539 get_systime(&now); in stats_config() 596 get_systime(&now); in record_peer_stats() 638 get_systime(&now); in record_loop_stats() 672 get_systime(&now); in record_clock_stats() 754 get_systime(&now); in record_raw_stats() 808 get_systime(&now); in record_sys_stats() 845 get_systime(&now); in record_proto_stats() 879 get_systime(&now); in record_crypto_stats() 917 get_systime(&now); in record_timing_stats()
|
H A D | refclock_hopfpci.c | 148 get_systime(&pp->lastrec); in hopfpci_start() 222 get_systime(&pp->lastrec); in hopfpci_poll()
|
H A D | refclock_gpsvme.c | 129 get_systime(&pp->lastrec); in psc_start() 182 get_systime(&pp->lastrec); in psc_poll()
|
H A D | ntp_proto.c | 3052 get_systime(&now); in clock_update() 3057 get_systime(&now); in clock_update() 4197 get_systime(&xmt_tx); in peer_xmit() 4229 get_systime(&xmt_ty); in peer_xmit() 4495 get_systime(&xmt_tx); in peer_xmit() 4540 get_systime(&xmt_ty); in peer_xmit() 4770 get_systime(&xmt_tx); in fast_xmit() 4838 get_systime(&xmt_tx); in fast_xmit() 4845 get_systime(&xmt_ty); in fast_xmit() 4940 get_systime(&xmt_tx); in pool_xmit() [all …]
|
H A D | refclock_tpro.c | 153 get_systime(&pp->lastrec); in tpro_poll()
|
H A D | refclock_heath.c | 429 get_systime(&pp->lastrec); in heath_poll()
|
H A D | refclock_pcf.c | 195 get_systime(&pp->lastrec); in pcf_poll()
|
H A D | refclock_tt560.c | 188 get_systime(&pp->lastrec); in tt560_poll()
|
H A D | refclock_as2201.c | 378 get_systime(&pp->lastrec); in as2201_poll()
|
H A D | ntpd.c | 1018 * get_systime() 1025 get_systime(&now); 1511 get_systime(&pts); 1552 get_systime(&tsb);
|
H A D | refclock_wwvb.c | 478 get_systime(&now); in wwvb_timer()
|
H A D | refclock_bancomm.c | 427 get_systime(&pp->lastrec); in vme_poll()
|
H A D | ntp_filegen.c | 466 get_systime(&now); in filegen_config()
|
H A D | refclock_palisade.c | 1389 get_systime(&pp->lastrec); in palisade_io() 1464 get_systime(&pp->lastrec); in HW_poll()
|
H A D | ntpsim.c | 520 get_systime( function
|
H A D | ntp_timer.c | 394 get_systime(&now); in timer()
|
H A D | ntp_refclock.c | 368 get_systime(&peer->xmt); in refclock_transmit() 698 get_systime(&peer->dst); in refclock_receive()
|
H A D | refclock_true.c | 565 get_systime(&pp->lastrec); in true_receive()
|
H A D | refclock_arc.c | 1081 get_systime (&new_stamp); in arc_receive()
|
/freebsd/contrib/ntp/util/ |
H A D | jitter.c | 48 get_systime(&tr); in main() 90 get_systime( in get_systime() function
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetHandling.c | 148 get_systime(&reftime); in test_OffsetCalculationPositiveOffset() 194 get_systime(&reftime); in test_OffsetCalculationNegativeOffset() 322 get_systime(&now);
|
/freebsd/contrib/ntp/libntp/ |
H A D | iosignal.c | 294 get_systime(&ts); in sigio_handler()
|
H A D | systime.c | 41 * These routines (get_systime, step_systime, adj_systime) implement an 62 * using get_systime() after sys_tick and sys_fuzz have been determined, 74 * next adjtime() and meanwhile is also factored into get_systime() 88 * 'get_systime()' and the cruft associated with communicating via a 134 #ifndef SIM /* ntpsim.c has get_systime() and friends for sim */ 169 * get_systime - return system time in NTP timestamp format. 172 get_systime( 218 "get_systime Lamport advance exceeds one second (%.9f)", in get_systime() 265 DPRINTF(1, ("get_systime: postcond failed by %s secs, fixed\n", in get_systime() 173 get_systime( get_systime() function
|
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 714 get_systime(&server->xmt); in transmit() 724 get_systime(&(server->xmt)); in transmit() 1963 get_systime(&ts); in input_handler()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 364 extern void get_systime (l_fp *);
|