Searched refs:STA_INS (Results 1 – 5 of 5) sorted by relevance
264 tx.status = STA_INS; in main()277 if (tx.status != STA_INS && tx.status != STA_DEL) { in main()317 if (tx.status != STA_INS && tx.status != STA_DEL) { in main()321 tx.status = STA_INS; in main()
99 tx.status = STA_INS; in main()
382 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) in ntp_get_next_leap()412 if (ntpdata->time_status & STA_INS) { in second_overflow()423 if (!(ntpdata->time_status & STA_INS)) { in second_overflow()448 if (!(ntpdata->time_status & (STA_INS | STA_DEL))) in second_overflow()836 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) { in ntp_adjtimex()
2657 txc->status & (STA_INS | STA_DEL)) in timekeeping_validate_timex()
176 #define STA_INS 0x0010 /* insert leap (rw) */ macro