Home
last modified time | relevance | path

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

/freebsd-10-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-10-stable/contrib/ntp/include/
Dntp_unixtime.h20 int getclock (int clock_type, struct timespec *tp);
Dntp_machine.h122 #define getclock clock_gettime macro
/freebsd-10-stable/contrib/ntp/libntp/
Dwork_thread.c149 if (0 != getclock(TIMEOFDAY, &until)) { in worker_sleep()
800 getclock(TIMEOFDAY, &now); in wait_for_sem()
Dsystime.c148 rc = getclock(TIMEOFDAY, tsp); in get_ostime()
/freebsd-10-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-10-stable/contrib/ntp/sntp/m4/
Dntp_libntp.m479 AC_CHECK_FUNCS([getclock stime timegm strlcpy strlcat])
/freebsd-10-stable/contrib/ntp/sntp/
Dconfig.h.in110 /* Define to 1 if you have the `getclock' function. */
/freebsd-10-stable/contrib/ntp/
Dconfig.h.in436 /* Define to 1 if you have the `getclock' function. */
DCommitLog-4.1.0593 * configure.in: Look for getclock().
DChangeLog789 * [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32.
DCommitLog19540 [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32
19543 [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32
19545 ports/winnt/libntp/getclock.c@1.5 +2 -0
19546 [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32
89955 ports/winnt/libntp/getclock.c@1.4 +20 -8
116529 ports/winnt/libntp/getclock.c@1.3 +2 -0
116749 Provide GETTIMEOFDAY() macro on systems with getclock() for sntp.
130725 ports/winnt/libntp/getclock.c@1.2 +0 -0
167773 ports/winnt/libntp/getclock.c@1.1 +49 -0
167774 emulate BSD getclock() interface
[all …]