Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_ntptime.c185 static l_fp time_offset; variable
442 __func__, modes, time_offset, time_freq, time_status, time_constant, time_adjtime); in ntp_adjtime()
455 user_ntv.offset = L_GINT(time_offset); in ntp_adjtime()
457 user_ntv.offset = L_GINT(time_offset) / 1000; in ntp_adjtime()
484 user_ntv.offset = L_GINT(time_offset); in ntp_adjtime()
486 user_ntv.offset = L_GINT(time_offset) / 1000; in ntp_adjtime()
544 old_offset = time_offset; in ntp_update_second()
547 ftemp = time_offset; in ntp_update_second()
550 L_SUB(time_offset, ftemp); in ntp_update_second()
575 if (old_time_adjtime || ((time_offset || old_offset) && (time_offset != old_offset))) { in ntp_update_second()
[all …]