Searched refs:offset_ticks (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/ntp/libntp/ |
| HD | machines.c | 362 long long mpetime, offset_ticks, offset_usec; in gettimeofday() local 366 get_time_change_info(&offset_ticks, &pwf_since_boot, &recover_pwf_time); in gettimeofday() 367 offset_usec = ticks_to_micro(offset_ticks); /* UTC offset usecs */ in gettimeofday() 397 long long big_sec, big_usec, mpetime, offset_ticks, offset_usec; in settimeofday() local 405 get_time_change_info(&offset_ticks, &pwf_since_boot, &recover_pwf_time); in settimeofday() 406 offset_usec = ticks_to_micro(offset_ticks); /* UTC offset microseconds */ in settimeofday()
|
| HD | adjtime.c | 72 long long offset_ticks, offset_usecs, pdc_usecs_current, pdc_usecs_wanted; in adjtime() 75 get_time_change_info(&offset_ticks, &pwf_since_boot, &recover_pwf_time); in adjtime() 76 offset_usecs = ticks_to_micro(offset_ticks); in adjtime()
|