Home
last modified time | relevance | path

Searched refs:STA_FREQHOLD (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dtimex.h86 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c254 # ifdef STA_FREQHOLD
255 { STA_FREQHOLD, "freqhold", 0 },
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h221 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro
/freebsd/sys/kern/
H A Dkern_ntptime.c696 if (time_status & STA_FREQHOLD || time_reftime == 0) in hardupdate()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2998 #ifdef STA_FREQHOLD in kerninfo()
2999 if (status & STA_FREQHOLD) (void)fprintf(fp, " freqhold"); in kerninfo()