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

/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h216 #define STA_FLL 0x0008 /* select frequency-lock mode (rw) */ macro
/freebsd-13-stable/sys/sys/
H A Dtimex.h51 * STA_FLL bit in the status word.
84 #define STA_FLL 0x0008 /* enable FLL mode (rw) */ macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dstatestr.c243 # ifdef STA_FLL
244 { STA_FLL, "fll", 0 },
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c735 if (mtemp >= MINSEC && (time_status & STA_FLL || mtemp >
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2986 #ifdef STA_FLL
2987 if (status & STA_FLL) (void)fprintf(fp, " fll");

Completed in 51 milliseconds