Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/libntp/
HDstatestr.c255 # ifdef STA_FREQHOLD
256 { STA_FREQHOLD, "freqhold", 0 },
/freebsd-11-stable/sys/sys/
HDtimex.h88 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro
/freebsd-11-stable/contrib/ntp/kernel/sys/
HDtimex.h221 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro
/freebsd-11-stable/sys/kern/
HDkern_ntptime.c715 if (time_status & STA_FREQHOLD || time_reftime == 0)
/freebsd-11-stable/contrib/ntp/ntpdc/
HDntpdc_ops.c2998 #ifdef STA_FREQHOLD in kerninfo()
2999 if (status & STA_FREQHOLD) (void)fprintf(fp, " freqhold"); in kerninfo()