Home
last modified time | relevance | path

Searched refs:timeout_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diterator.h480 int timeout_count; member
H A Diterator.c162 iq->timeout_count = 0; in iter_new()
653 } else if(iq->response == NULL && iq->timeout_count != 0) { in errinf_reply()
2641 iq->timeout_count = 0; in processQueryTargets()
2730 if(iq->timeout_count < MAX_MINIMISE_TIMEOUT_COUNT) in processQueryTargets()
3181 iq->timeout_count++; in processQueryResponse()
3187 iq->timeout_count = 0; in processQueryResponse()
4368 if(event == module_event_noreply && iq->timeout_count >= 3 && in process_response()
/freebsd/tools/boot/
H A Dboot-test.sh1579 timeout_count=0
1590 timeout_count=$((timeout_count + 1))
1601 echo "=== Results: ${pass} passed, ${fail} failed, ${timeout_count} timed out (of ${total}) ==="
1604 [ ${fail} -eq 0 ] && [ ${timeout_count} -eq 0 ]
/freebsd/sys/dev/irdma/
H A Dirdma_type.h416 u8 timeout_count; member