Searched refs:polls (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dser-tcp.c85 wait_for_connect (struct serial *scb, int *polls) argument
100 if (*polls > tcp_retry_limit * POLL_INTERVAL)
107 polls. */
108 if (*polls < POLL_INTERVAL)
144 if (n > 0 || *polls < POLL_INTERVAL)
145 (*polls)++;
147 (*polls) += POLL_INTERVAL;
167 int polls = 0; local
240 && wait_for_connect (NULL, &polls) >= 0)
264 n = wait_for_connect (scb, &polls);
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dmaster.c76 int polls; local
96 polls = 0;
98 polls = POLLRATE-1;
119 polls = (polls + 1) % POLLRATE;
120 if (0 == polls && nignorednets > 0) {
128 polls = POLLRATE-1;
135 if (polls != 0)
326 polls = POLLRATE-1;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_refclock.h106 u_int32 polls; /* transmit polls */ member in struct:refclockstat
221 u_long polls; /* polls sent */ member in struct:refclockproc
222 u_long noreply; /* no replies to polls */
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_local.c179 pp->polls++;
H A Drefclock_atom.c230 pp->polls++;
H A Drefclock_ulink.c571 pp->polls++;
574 pp->polls++;
H A Drefclock_heath.c450 pp->polls++;
H A Drefclock_hopfpci.c204 pp->polls++;
H A Drefclock_pcf.c197 pp->polls++;
H A Drefclock_pst.c319 pp->polls++;
H A Drefclock_tpro.c158 pp->polls++;
H A Drefclock_tt560.c192 pp->polls++;
H A Drefclock_zyfer.c342 pp->polls++;
H A Drefclock_arbiter.c456 pp->polls++;
H A Drefclock_as2201.c373 pp->polls++;
H A Drefclock_chronolog.c339 pp->polls++;
H A Drefclock_dumbclock.c379 pp->polls++;
H A Drefclock_fg.c194 * above. If nothing is heard from the clock for two polls,
201 pp->polls++;
H A Drefclock_gpsvme.c185 pp->polls++;
H A Drefclock_hopfser.c363 pp->polls++;
H A Drefclock_trak.c355 pp->polls++;
H A Drefclock_true.c608 pp->polls++;
860 pp->polls++;
H A Drefclock_bancomm.c363 pp->polls++;
H A Drefclock_hpgps.c609 * above. If nothing is heard from the clock for two polls,
622 pp->polls++;
H A Drefclock_shm.c360 pp->polls++;

Completed in 101 milliseconds

12