Searched refs:time_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_ntptime.c150 static int time_state = TIME_OK; /* clock state */ variable
282 ntvp->time_state = time_state;
285 ntvp->time_state = TIME_ERROR;
309 td->td_retval[0] = ntv.time_state;
392 time_state = TIME_OK;
486 retval = ntp_is_time_error(time_status) ? TIME_ERROR : time_state;
526 switch (time_state) {
533 time_state = TIME_INS;
535 time_state
[all...]
/freebsd-11.0-release/sys/sys/
H A Dtimex.h102 * Clock states (ntptimeval.time_state)
119 int time_state; /* time status */ member in struct:ntptimeval

Completed in 63 milliseconds