Searched refs:STA_INS (Results 1 – 3 of 3) sorted by relevance
374 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) in ntp_get_next_leap()404 if (ntpdata->time_status & STA_INS) { in second_overflow()415 if (!(ntpdata->time_status & STA_INS)) { in second_overflow()440 if (!(ntpdata->time_status & (STA_INS | STA_DEL))) in second_overflow()829 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) { in __do_adjtimex()
99 tx.status = STA_INS; in main()
176 #define STA_INS 0x0010 /* insert leap (rw) */ macro