Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDtimex.h150 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/trueos/contrib/ntp/kernel/sys/
HDtimex.h218 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/trueos/sys/kern/
HDkern_ntptime.c512 if (time_status & STA_INS) in ntp_update_second()
523 if (!(time_status & STA_INS)) in ntp_update_second()
556 if (!(time_status & (STA_INS | STA_DEL))) in ntp_update_second()
/trueos/contrib/ntp/ntpd/
HDntp_loopfilter.c615 ntv.status |= STA_INS; in local_clock()
/trueos/contrib/ntp/ntpdc/
HDntpdc_ops.c3013 #ifdef STA_INS in kerninfo()
3014 if (status & STA_INS) (void)fprintf(fp, " ins"); in kerninfo()