Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_ntptime.c212 static bool ntp_is_time_error(int tsl);
224 ntp_is_time_error(int tsl) in ntp_is_time_error() function
252 if (ntp_is_time_error(time_status)) { in ntp_gettime1()
437 ret = ntp_is_time_error(time_status) ? TIME_ERROR : time_state; in ntp_adjtime()