Searched refs:STA_INS (Results 1 – 5 of 5) sorted by relevance
150 #define STA_INS 0x0010 /* insert leap (rw) */ macro
218 #define STA_INS 0x0010 /* insert leap (rw) */ macro
512 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()
615 ntv.status |= STA_INS; in local_clock()
3013 #ifdef STA_INS in kerninfo()3014 if (status & STA_INS) (void)fprintf(fp, " ins"); in kerninfo()