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

  /src/sys/sys/
timex.h 78 * format in use is determined by the STA_NANO bit of the status
95 * STA_NANO bit in the status word. See the description below for
157 #define STA_NANO 0x2000 /* resolution (0 = us, 1 = ns) (ro) */
180 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
195 * Note: The time member is in microseconds if STA_NANO is zero and
211 * STA_NANO is zero and nanoseconds if not.
  /src/sys/kern/
kern_ntptime.c 340 time_status |= STA_NANO;
342 time_status &= ~STA_NANO;
366 if (time_status & STA_NANO) {
380 if (time_status & STA_NANO)
392 if (time_status & STA_NANO)
400 if (time_status & STA_NANO)

Completed in 16 milliseconds