Home
last modified time | relevance | path

Searched refs:STA_INS (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ntp/libntp/
HDstatestr.c246 # ifdef STA_INS
247 { STA_INS, "ins", 0 },
/freebsd-11-stable/sys/sys/
HDtimex.h85 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/freebsd-11-stable/contrib/ntp/kernel/sys/
HDtimex.h218 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/freebsd-11-stable/sys/kern/
HDkern_ntptime.c521 if (time_status & STA_INS) in ntp_update_second()
532 if (!(time_status & STA_INS)) in ntp_update_second()
565 if (!(time_status & (STA_INS | STA_DEL))) in ntp_update_second()
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_loopfilter.c802 ntv.status |= STA_INS; in local_clock()
/freebsd-11-stable/contrib/ntp/ntpdc/
HDntpdc_ops.c2989 #ifdef STA_INS in kerninfo()
2990 if (status & STA_INS) (void)fprintf(fp, " ins"); in kerninfo()