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

  /src/sys/compat/freebsd/
freebsd_timex.h 209 #define STA_PLL 0x0001 /* enable PLL updates (rw) */
  /src/sys/sys/
timex.h 144 #define STA_PLL 0x0001 /* enable PLL updates (rw) */
  /src/sys/kern/
kern_ntptime.c 294 * the STA_PLL bit in the status word is cleared, the state and
307 if (time_status & STA_PLL && !(ntv->status & STA_PLL)) {
630 if (!(time_status & STA_PLL))

Completed in 14 milliseconds