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

/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h218 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/freebsd-13-stable/sys/sys/
H A Dtimex.h85 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dstatestr.c246 # ifdef STA_INS
247 { STA_INS, "ins", 0 },
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c533 if (time_status & STA_INS)
544 if (!(time_status & STA_INS))
577 if (!(time_status & (STA_INS | STA_DEL)))
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c802 ntv.status |= STA_INS;
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2989 #ifdef STA_INS
2990 if (status & STA_INS) (void)fprintf(fp, " ins");

Completed in 73 milliseconds