Home
last modified time | relevance | path

Searched refs:getclock (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/contrib/ntp/util/
Dprecision.c134 (void) getclock(TIMEOFDAY, &ts); in default_get_precision()
143 (void) getclock(TIMEOFDAY, &ts); in default_get_precision()
Djitter.c105 getclock(TIMEOFDAY, &ts); in get_systime()
/freebsd-9-stable/contrib/ntp/include/
Dntp_unixtime.h20 int getclock (int clock_type, struct timespec *tp);
Dntp_machine.h122 #define getclock clock_gettime macro
/freebsd-9-stable/contrib/ntp/libntp/
Dwork_thread.c138 if (0 != getclock(TIMEOFDAY, &until)) { in worker_sleep()
787 getclock(TIMEOFDAY, &now); in wait_for_sem()
Dsystime.c139 rc = getclock(TIMEOFDAY, tsp); in get_ostime()
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_util.c243 (void) getclock(TIMEOFDAY, &ts); in write_stats()
Drefclock_oncore.c1923 (void) getclock(TIMEOFDAY, &ts); in oncore_get_timestamp()
/freebsd-9-stable/contrib/ntp/sntp/m4/
Dntp_libntp.m479 AC_CHECK_FUNCS([getclock stime timegm strlcpy strlcat])
/freebsd-9-stable/contrib/ntp/sntp/
Dconfig.h.in110 /* Define to 1 if you have the `getclock' function. */
/freebsd-9-stable/contrib/ntp/
Dconfig.h.in425 /* Define to 1 if you have the `getclock' function. */
DCommitLog-4.1.0593 * configure.in: Look for getclock().
DChangeLog553 * [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32.
DCommitLog19181 [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32
19184 [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32
19186 ports/winnt/libntp/getclock.c@1.5 +2 -0
19187 [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32
89606 ports/winnt/libntp/getclock.c@1.4 +20 -8
116201 ports/winnt/libntp/getclock.c@1.3 +2 -0
116422 Provide GETTIMEOFDAY() macro on systems with getclock() for sntp.
130421 ports/winnt/libntp/getclock.c@1.2 +0 -0
167579 ports/winnt/libntp/getclock.c@1.1 +49 -0
167580 emulate BSD getclock() interface
[all …]