Home
last modified time | relevance | path

Searched refs:codeproc (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/ntp/include/
HDntp_refclock.h49 if (pp->coderecv == pp->codeproc) \
50 pp->codeproc = (pp->codeproc + 1) % MAXSTAGE;
198 int codeproc; /* get pointer */ member
/trueos/contrib/ntp/ntpd/
HDrefclock_atom.c488 if (pp->codeproc == pp->coderecv) { in atom_poll()
493 pp->codeproc = pp->coderecv; in atom_poll()
497 pp->codeproc = pp->coderecv; in atom_poll()
HDntp_refclock.c526 while (pp->codeproc != pp->coderecv) { in refclock_sample()
527 pp->codeproc = (pp->codeproc + 1) % MAXSTAGE; in refclock_sample()
528 off[n] = pp->filter[pp->codeproc]; in refclock_sample()
HDrefclock_tpro.c203 if (pp->coderecv == pp->codeproc) { in tpro_poll()
HDrefclock_pst.c305 if (pp->coderecv == pp->codeproc) { in pst_poll()
HDrefclock_tt560.c232 if (pp->coderecv == pp->codeproc) { in tt560_poll()
HDrefclock_heath.c433 if (pp->coderecv == pp->codeproc) { in heath_poll()
HDrefclock_as2201.c378 if (pp->coderecv == pp->codeproc) { in as2201_poll()
HDrefclock_ulink.c576 if (pp->coderecv == pp->codeproc) { in ulink_poll()
HDrefclock_wwvb.c444 if (pp->coderecv == pp->codeproc) { in wwvb_poll()
HDrefclock_arbiter.c438 if (pp->coderecv == pp->codeproc) { in arb_poll()
HDrefclock_irig.c991 if (pp->coderecv == pp->codeproc) { in irig_poll()
HDrefclock_chu.c1266 if (pp->coderecv == pp->codeproc) in chu_poll()
HDrefclock_wwv.c887 if (pp->coderecv == pp->codeproc) in wwv_poll()