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

/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h221 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro
/freebsd-13-stable/sys/sys/
H A Dtimex.h88 #define STA_FREQHOLD 0x0080 /* hold frequency (rw) */ macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dstatestr.c255 # ifdef STA_FREQHOLD
256 { STA_FREQHOLD, "freqhold", 0 },
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c727 if (time_status & STA_FREQHOLD || time_reftime == 0)
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2998 #ifdef STA_FREQHOLD
2999 if (status & STA_FREQHOLD) (void)fprintf(fp, " freqhold");

Completed in 85 milliseconds