Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dtimex.h142 #define TIME_ERROR 5 /* error (see status word) */ macro
/xnu-11215.81.4/bsd/kern/
H A Dkern_ntptime.c253 ntvp->time_state = TIME_ERROR; in ntp_gettime1()
437 ret = ntp_is_time_error(time_status) ? TIME_ERROR : time_state; in ntp_adjtime()