Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimex.h83 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c245 # ifdef STA_INS
246 { STA_INS, "ins", 0 },
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h218 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/freebsd/sys/kern/
H A Dkern_ntptime.c536 if (time_status & STA_INS) in ntp_update_second()
547 if (!(time_status & STA_INS)) in ntp_update_second()
580 if (!(time_status & (STA_INS | STA_DEL))) in ntp_update_second()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c799 ntv.status |= STA_INS; in local_clock()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2989 #ifdef STA_INS in kerninfo()
2990 if (status & STA_INS) (void)fprintf(fp, " ins"); in kerninfo()