Searched refs:GETTIMEOFDAY (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | ntp_unixtime.h | 12 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a)) macro 21 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro 25 # define GETTIMEOFDAY(a, b) (gettimeofday(a)) macro 29 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro 32 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
|
/freebsd/contrib/ntp/util/ |
H A D | precision.c | 138 GETTIMEOFDAY(&tp, &tzp); in default_get_precision() 147 GETTIMEOFDAY(&tp, &tzp); in default_get_precision()
|
H A D | ntp-keygen.c | 369 GETTIMEOFDAY(&tv, NULL); in main()
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetHandling.c | 53 GETTIMEOFDAY(&xmt, NULL); in test_GenerateUnauthenticatedPacket()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_random.c | 300 GETTIMEOFDAY(&tv, NULL); in ntp_srandomdev()
|
H A D | systime.c | 151 rc = GETTIMEOFDAY(&tv, NULL); in get_ostime()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 247 GETTIMEOFDAY(&tv,(struct timezone *)NULL); in write_stats()
|
H A D | refclock_oncore.c | 1935 GETTIMEOFDAY(&tv, 0); in oncore_get_timestamp() 3599 GETTIMEOFDAY(&tv, 0); in oncore_load_almanac()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 258 GETTIMEOFDAY(). 4822 * ntpd/refclock_oncore.c (oncore_msg_any): Call GETTIMEOFDAY, not
|
H A D | ChangeLog | 4000 * [Bug 1290] Fix to use GETTIMEOFDAY macro
|
H A D | CommitLog | [all...] |