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

  /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...]
  /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/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 333 if ((time_status & (STA_UNSYNC | STA_CLOCKERR))
339 || (time_status & (STA_PPSFREQ | STA_PPSTIME)
340 && !(time_status & STA_PPSSIGNAL))
345 || (time_status & STA_PPSTIME &&
346 time_status & STA_PPSJITTER)
352 || (time_status & STA_PPSFREQ &&
353 time_status & (STA_PPSWANDER | STA_PPSERROR)))
358 if ( (time_status & (STA_UNSYNC | STA_CLOCKERR))
359 || (time_status & (STA_PPSFREQ | STA_PPSTIME)
360 && !(time_status & STA_PPSSIGNAL))
    [all...]

Completed in 53 milliseconds