Home
last modified time | relevance | path

Searched refs:polls (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-9-stable/contrib/gdb/gdb/
Dser-tcp.c128 int polls = 0; in net_open() local
152 polls++; in net_open()
154 while (n == 0 && polls <= TIMEOUT * POLL_INTERVAL); in net_open()
155 if (n < 0 || polls > TIMEOUT * POLL_INTERVAL) in net_open()
157 if (polls > TIMEOUT * POLL_INTERVAL) in net_open()
/freebsd-9-stable/usr.sbin/timed/timed/
Dmaster.c71 int polls; in master() local
91 polls = 0; in master()
93 polls = POLLRATE-1; in master()
114 polls = (polls + 1) % POLLRATE; in master()
115 if (0 == polls && nignorednets > 0) { in master()
123 polls = POLLRATE-1; in master()
130 if (polls != 0) in master()
323 polls = POLLRATE-1; in master()
/freebsd-9-stable/contrib/ntp/include/
Dntp_refclock.h74 u_int32 polls; /* transmit polls */ member
187 u_long polls; /* polls sent */ member
/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_ulink.c551 pp->polls++; in ulink_poll()
554 pp->polls++; in ulink_poll()
Drefclock_local.c169 pp->polls++; in local_poll()
Drefclock_atom.c228 pp->polls++; in atom_poll()
Drefclock_hopfpci.c203 pp->polls++; in hopfpci_poll()
Drefclock_tpro.c154 pp->polls++; in tpro_poll()
Drefclock_zyfer.c325 pp->polls++; in zyfer_poll()
Drefclock_pst.c313 pp->polls++; in pst_poll()
Drefclock_heath.c445 pp->polls++; in heath_poll()
Drefclock_pcf.c196 pp->polls++; in pcf_poll()
Drefclock_tt560.c189 pp->polls++; in tt560_poll()
Drefclock_fg.c196 pp->polls++; in fg_poll()
Drefclock_tsyncpci.c609 pp->polls++; in tsync_poll()
765 pp->polls++; in tsync_poll()
Drefclock_as2201.c375 pp->polls++; in as2201_poll()
Drefclock_gpsvme.c183 pp->polls++; in psc_poll()
Drefclock_hopfser.c360 pp->polls++; in hopfserial_poll()
Drefclock_true.c646 pp->polls++; in true_send()
955 pp->polls++; in true_poll()
Drefclock_chronolog.c337 pp->polls++; in chronolog_poll()
Drefclock_dumbclock.c376 pp->polls++;
Drefclock_arbiter.c455 pp->polls++; in arb_poll()
Drefclock_hpgps.c621 pp->polls++; in hpgps_poll()
Drefclock_wwvb.c511 pp->polls++; in wwvb_poll()
Dntp_refclock.c1109 out->polls = pp->polls; in refclock_control()

123