Searched refs:pps_step (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_msfees.c | 665 int pps_step = 0; in ees_receive() local 912 pps_step = ppsclockev.serial - ees->last_pps_no; in ees_receive() 915 if (pps_step == 2) msyslog(LOG_ERR, "pps step = 2 @ %02d", ees->second); in ees_receive() 916 if (pps_step == 2 && ees->second == 1) suspect_4ms_step |= 1; in ees_receive() 917 if (pps_step == 2 && ees->second == 2) suspect_4ms_step |= 4; in ees_receive() 920 if (pps_step != 1 && pps_step != 2) in ees_receive() 922 ppsclockev.serial, ees->last_pps_no, pps_step); in ees_receive() 974 call_pps_sample, pps_step); in ees_receive() 1074 …, p, ees->last_steps[p], this_step, other_step, third_step, sum, count, pps_step, suspect_4ms_step… in ees_receive()
|