Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c190 static long clock_adjust = 0; /* current adjustment value (usec * 2^USECSCALE) */ variable
1066 clock_adjust = 0; in adjust_clock()
1073 clock_adjust = R_SHIFT(usecoffset, TIMECONSTANT); /* adjustment to make for next period */ in adjust_clock()
1092 pr_timeval(offset),(long int) R_SHIFT(clock_adjust, USECSCALE), in adjust_clock()
1108 adjustment = R_SHIFT(clock_adjust, PHASE_WEIGHT); in periodic_adjust()
1110 clock_adjust -= adjustment; in periodic_adjust()
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c208 static int clock_adjust (void);
650 return clock_adjust(); in ntpdatemain()
1261 clock_adjust(void) in clock_adjust() function