Searched refs:getclock (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/ntp/util/ |
H A D | precision.c | 134 (void) getclock(TIMEOFDAY, &ts); in default_get_precision() 143 (void) getclock(TIMEOFDAY, &ts); in default_get_precision()
|
H A D | jitter.c | 105 getclock(TIMEOFDAY, &ts); in get_systime()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_unixtime.h | 20 int getclock (int clock_type, struct timespec *tp);
|
H A D | ntp_machine.h | 122 #define getclock clock_gettime macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | work_thread.c | 139 if (0 != getclock(TIMEOFDAY, &until)) { in worker_sleep() 140 msyslog(LOG_ERR, "worker_sleep: getclock() failed: %m"); in worker_sleep() 810 getclock(TIMEOFDAY, &now); in wait_for_sem()
|
H A D | systime.c | 147 rc = getclock(TIMEOFDAY, tsp); in get_ostime()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 243 (void) getclock(TIMEOFDAY, &ts); in write_stats()
|
H A D | refclock_oncore.c | 1931 (void) getclock(TIMEOFDAY, &ts); in oncore_get_timestamp()
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_libntp.m4 | 80 AC_CHECK_FUNCS([getclock stime timegm strlcpy strlcat])
|
/freebsd/contrib/ntp/sntp/ |
H A D | config.h.in | 107 /* Define to 1 if you have the `getclock' function. */
|
/freebsd/contrib/ntp/ |
H A D | config.h.in | 451 /* Define to 1 if you have the `getclock' function. */
|
H A D | CommitLog-4.1.0 | 593 * configure.in: Look for getclock().
|
H A D | ChangeLog | 1199 * [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32.
|
H A D | CommitLog | 2771 ports/winnt/libntp/getclock.c@1.6 +7 -0 [all...] |