Searched refs:timeout_count (Results 1 – 6 of 6) sorted by relevance
19 timeout_count = 020 while (len(cr50_dev) == 0 and timeout_count < 5):22 timeout_count += 1
114 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc() local116 while (--timeout_count) { in arm_dcc_putc()121 if (timeout_count == 0) in arm_dcc_putc()
65 int timeout_count = 60; // 60 seconds in LaunchReporter() local67 while (timeout_count-- > 0) { in LaunchReporter()
74 static int timeout_count; variable300 timeout_count = 0; /* we've done well, reset the timeout */ in update_block_number()688 if (++timeout_count > timeout_count_max) { in tftp_timeout_handler()822 timeout_count = 0; in tftp_start()863 timeout_count = 0; in tftp_start_server()
1334 unsigned char timeout_count; in WaitForF54CommandCompletion() local1336 timeout_count = 0; in WaitForF54CommandCompletion()1348 timeout_count++; in WaitForF54CommandCompletion()1349 } while (timeout_count < COMMAND_TIMEOUT_100MS); in WaitForF54CommandCompletion()1351 if (timeout_count == COMMAND_TIMEOUT_100MS) { in WaitForF54CommandCompletion()
1483 int timeout_count = 0; in http_connect() local1578 timeout_count = 0; in http_connect()1817 timeout_count++; in http_connect()1818 if(timeout_count > 5) { in http_connect()1819 logmsg("CONNECT proxy timeout after %d idle seconds!", timeout_count); in http_connect()