Searched refs:clock_adjust (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ntp/parseutil/
H A Ddcfd.c190 static long clock_adjust = 0; /* current adjustment value (usec * 2^USECSCALE) */ variable
1065 clock_adjust = 0;
1072 clock_adjust = R_SHIFT(usecoffset, TIMECONSTANT); /* adjustment to make for next period */
1090 LPRINTF("clock_adjust: %s, clock_adjust %ld, drift_comp %ld(%ld) ",
1091 pr_timeval(offset),(long int) R_SHIFT(clock_adjust, USECSCALE),
1107 adjustment = R_SHIFT(clock_adjust, PHASE_WEIGHT);
1109 clock_adjust -= adjustment;
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c208 static int clock_adjust (void);
638 return clock_adjust();
1243 * clock_adjust - process what we've received, and adjust the time
1247 clock_adjust(void) function

Completed in 56 milliseconds