Searched refs:STA_INS (Results 1 – 6 of 6) sorted by relevance
83 #define STA_INS 0x0010 /* insert leap (rw) */ macro
245 # ifdef STA_INS246 { STA_INS, "ins", 0 },
218 #define STA_INS 0x0010 /* insert leap (rw) */ macro
536 if (time_status & STA_INS) in ntp_update_second()547 if (!(time_status & STA_INS)) in ntp_update_second()580 if (!(time_status & (STA_INS | STA_DEL))) in ntp_update_second()
799 ntv.status |= STA_INS; in local_clock()
2989 #ifdef STA_INS in kerninfo()2990 if (status & STA_INS) (void)fprintf(fp, " ins"); in kerninfo()