Searched refs:pollcnt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_zyfer.c92 int pollcnt; member in struct:zyferunit
170 up->pollcnt = 2;
309 up->pollcnt = 2;
336 if (!up->pollcnt)
339 up->pollcnt--;
H A Drefclock_hpgps.c117 int pollcnt; /* poll message counter */ member in struct:hpgpsunit
207 up->pollcnt = 2;
318 up->pollcnt = 2;
613 if (up->pollcnt == 0)
616 up->pollcnt--;
H A Drefclock_true.c155 unsigned int pollcnt; /* poll message counter */ member in struct:true_unit
290 up->pollcnt = 2;
359 up->pollcnt = 2;
830 if (up->pollcnt > 0)
831 up->pollcnt--;
H A Drefclock_mx4200.c131 u_int pollcnt; /* poll message counter */ member in struct:mx4200unit
313 up->pollcnt = 2;
435 up->pollcnt = 2;
626 if (up->pollcnt > 0) {
627 up->pollcnt--;
711 up->pollcnt = 2;
H A Drefclock_jupiter.c111 u_int pollcnt; /* poll message counter */ member in struct:instance
296 instance->pollcnt = 2;
458 if (instance->pollcnt > 0) {
459 instance->pollcnt--;
554 instance->pollcnt = 2;
H A Drefclock_oncore.c323 u_char pollcnt; member in struct:instance
761 instance->pollcnt = 2;
825 if (!instance->pollcnt)
828 instance->pollcnt--;
1851 instance->pollcnt = 2;
H A Drefclock_ripencc.c257 int pollcnt; /* poll message counter */ member in struct:ripencc_unit
524 up->pollcnt = 2;
797 if (up->pollcnt == 0)
800 up->pollcnt--;
999 up->pollcnt = 2;
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_connect.c217 apr_int32_t pollcnt, pi; local
418 if ((rv = apr_pollset_poll(pollset, -1, &pollcnt, &signalled))
429 "woke from poll(), i=%d", pollcnt);
432 for (pi = 0; pi < pollcnt; pi++) {
H A Dmod_proxy_wstunnel.c176 apr_int32_t pollcnt, pi; local
244 if ((rv = apr_pollset_poll(pollset, -1, &pollcnt, &signalled))
253 "woke from poll(), i=%d", pollcnt);
255 for (pi = 0; pi < pollcnt; pi++) {

Completed in 130 milliseconds