Lines Matching defs:timeout
163 /* POLL_ITN_MS sets the individual poll timeout for network discovery */
698 /* there seems to be a condition where this returns no error and no data without detecting a timeout
714 DBG(1, "net poll timeout\n");
868 In NET mode the timeout is in kodakaio_net_read
890 /* Start the clock for USB timeout */
1348 /* Temporarily set the poll timeout long instead of short,
2517 int vendor, product, timeout;
2577 } else if (sscanf(line, "snmp-timeout %i\n", &timeout)) {
2579 DBG(50, "%s: network auto-discovery timeout set to %d\n", __func__, timeout);
2580 K_SNMP_Timeout = timeout;
2582 } else if (sscanf(line, "scan-data-timeout %i\n", &timeout)) {
2584 DBG(50, "%s: Scan data timeout set to %d\n", __func__, timeout);
2585 K_Scan_Data_Timeout = timeout;
2587 } else if (sscanf(line, "request-timeout %i\n", &timeout)) {
2589 DBG(50, "%s: Request timeout set to %d\n", __func__, timeout);
2590 K_Request_Timeout = timeout;