Searched refs:offset_ticks (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/ntp/libntp/ |
| H A D | machines.c | 361 long long mpetime, offset_ticks, offset_usec; in gettimeofday() local 365 get_time_change_info(&offset_ticks, &pwf_since_boot, &recover_pwf_time); in gettimeofday() 366 offset_usec = ticks_to_micro(offset_ticks); /* UTC offset usecs */ in gettimeofday() 396 long long big_sec, big_usec, mpetime, offset_ticks, offset_usec; in settimeofday() local 404 get_time_change_info(&offset_ticks, &pwf_since_boot, &recover_pwf_time); in settimeofday() 405 offset_usec = ticks_to_micro(offset_ticks); /* UTC offset microseconds */ in settimeofday()
|
| H A D | 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()
|