Searched refs:pps_step (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_msfees.c | 663 int pps_step = 0; in ees_receive() local 910 pps_step = ppsclockev.serial - ees->last_pps_no; in ees_receive() 913 if (pps_step == 2) msyslog(LOG_ERR, "pps step = 2 @ %02d", ees->second); in ees_receive() 914 if (pps_step == 2 && ees->second == 1) suspect_4ms_step |= 1; in ees_receive() 915 if (pps_step == 2 && ees->second == 2) suspect_4ms_step |= 4; in ees_receive() 918 if (pps_step != 1 && pps_step != 2) in ees_receive() 920 ppsclockev.serial, ees->last_pps_no, pps_step); in ees_receive() 972 call_pps_sample, pps_step); in ees_receive() 1072 …, p, ees->last_steps[p], this_step, other_step, third_step, sum, count, pps_step, suspect_4ms_step… in ees_receive()
|