HomeSort by: relevance | last modified time | path
    Searched defs:fail_count (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
tc.c 69 size_t fail_count; member in struct:context
118 ctx->fail_count = 0;
320 ctx->fail_count++;
1028 if (Current.fail_count > 0) {
1032 "more details", Current.fail_count);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c 1861 int *fail_count)
1942 (*fail_count)++;
1952 (*fail_count)++;
1989 int fail_count = 0; local
2001 &fail_count) && fail_count == 0) {
  /src/crypto/external/bsd/openssh/dist/
ssh-agent.c 1457 static u_int fail_count = 0; local
1477 fail_count = 0;
1482 if (fail_count < 100)
1483 fail_count++;
1484 delay = 100000 * fail_count;
  /src/external/mpl/dhcp/dist/server/
failover.c 75 int fail_count = 0; local
83 fail_count++;
94 if (fail_count) {
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 111 uint64_t scratch0, scratch1, fail_count; member in struct:helper
1499 ++h->fail_count;
4883 if (!TEST_uint64_t_ge(h->fail_count, 50))

Completed in 41 milliseconds