HomeSort by: relevance | last modified time | path
    Searched defs:time_status (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/util/
kern.c 49 int time_status = TIME_BAD; /* clock synchronization status */ variable
147 if (time_status == TIME_BAD)
148 time_status = TIME_OK;
210 switch (time_status) {
214 time_status = TIME_OOP;
219 time_status = TIME_OK;
223 time_status = TIME_OK;
  /src/sys/kern/
kern_ntptime.c 178 static int time_status = STA_UNSYNC; /* clock status bits */ variable
307 if (time_status & STA_PLL && !(ntv->status & STA_PLL)) {
309 time_status = STA_UNSYNC;
314 time_status &= STA_RONLY;
315 time_status |= ntv->status & ~STA_RONLY;
340 time_status |= STA_NANO;
342 time_status &= ~STA_NANO;
344 time_status |= STA_CLK;
346 time_status &= ~STA_CLK;
366 if (time_status & STA_NANO)
    [all...]

Completed in 14 milliseconds