| /src/external/gpl3/gdb/dist/gdb/ |
| ser-tcp.c | 86 *POLLS. Returns -1 on timeout or interrupt and set OUT_ERROR, 90 wait_for_connect (int sock, unsigned int *polls, ULONGEST *out_error) 105 if (*polls > tcp_retry_limit * POLL_INTERVAL) 112 polls. */ 113 if (*polls < POLL_INTERVAL) 149 if (n > 0 || *polls < POLL_INTERVAL) 150 (*polls)++; 152 (*polls) += POLL_INTERVAL; 170 accordingly. POLLS is used when 'connect' returns EINPROGRESS, and 174 try_connect (const struct addrinfo *ainfo, unsigned int *polls, 314 unsigned int polls = 0; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ser-tcp.c | 86 *POLLS. Returns -1 on timeout or interrupt and set OUT_ERROR, 90 wait_for_connect (int sock, unsigned int *polls, ULONGEST *out_error) 105 if (*polls > tcp_retry_limit * POLL_INTERVAL) 112 polls. */ 113 if (*polls < POLL_INTERVAL) 149 if (n > 0 || *polls < POLL_INTERVAL) 150 (*polls)++; 152 (*polls) += POLL_INTERVAL; 170 accordingly. POLLS is used when 'connect' returns EINPROGRESS, and 174 try_connect (const struct addrinfo *ainfo, unsigned int *polls, 314 unsigned int polls = 0; local [all...] |
| /src/usr.sbin/timed/timed/ |
| master.c | 76 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;
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_refclock.h | 73 u_int32 polls; /* transmit polls */ member in struct:refclockstat 188 u_long polls; /* polls sent */ member in struct:refclockproc 189 u_long noreply; /* no replies to polls */
|
| ntp_request.h | 842 u_int32 polls; member in struct:info_clock
|