Home
last modified time | relevance | path

Searched refs:STA_NANO (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dtimex.h94 #define STA_NANO 0x2000 /* resolution (0 = us, 1 = ns) (ro) */ macro
99 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/f-stack/freebsd/kern/
H A Dkern_ntptime.c402 time_status |= STA_NANO; in kern_ntp_adjtime()
404 time_status &= ~STA_NANO; in kern_ntp_adjtime()
427 if (time_status & STA_NANO) in kern_ntp_adjtime()
437 if (time_status & STA_NANO) in kern_ntp_adjtime()
446 if (time_status & STA_NANO) in kern_ntp_adjtime()
454 if (time_status & STA_NANO) in kern_ntp_adjtime()