Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_ntptime.c176 static int time_state = TIME_OK; variable
250 ntvp->time_state = time_state; in ntp_gettime1()
253 ntvp->time_state = TIME_ERROR; in ntp_gettime1()
275 user_ntv.time_state = ntv.time_state; in ntp_gettime()
284 user_ntv.time_state = ntv.time_state; in ntp_gettime()
292 return ntv.time_state; in ntp_gettime()
378 time_state = TIME_OK; in ntp_adjtime()
437 ret = ntp_is_time_error(time_status) ? TIME_ERROR : time_state; in ntp_adjtime()
/xnu-8019.80.24/bsd/sys/_types/
H A D_user32_ntptimeval.h37 __int32_t time_state; variable
H A D_user64_ntptimeval.h37 __int64_t time_state; variable
/xnu-8019.80.24/bsd/sys/
H A Dtimex.h152 int time_state; /* time status */ member