Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/openbsd/usr.sbin/rpc.statd/
H A Dstatd.c389 hi->attempts = 0; in reset_host()
458 if (notify_one_host(name) || hi->attempts++ >= 44) { in notify_one()
461 hi->attempts = 0; in notify_one()
464 if (hi->attempts < 10) in notify_one()
466 else if (hi->attempts < 20) in notify_one()
H A Dstatd.h75 int attempts; /* Number of attempts we tried so far */ member
/openbsd/usr.sbin/unbound/iterator/
H A Diter_utils.c485 attempt = a->attempts; in iter_filter_order()
496 attempt = a->attempts; in iter_filter_order()
497 } else if(a->attempts > attempt) { in iter_filter_order()
543 attempt = a->attempts; in iter_filter_order()
554 attempt = a->attempts; in iter_filter_order()
555 } else if(a->attempts > attempt) { in iter_filter_order()
1347 if(a->attempts >= outbound_msg_retry) { in iter_dec_attempts()
1351 if(a->attempts > d) in iter_dec_attempts()
1352 a->attempts -= d; in iter_dec_attempts()
1353 else a->attempts = 0; in iter_dec_attempts()
[all …]
/openbsd/sbin/unwind/libunbound/iterator/
H A Diter_utils.c485 attempt = a->attempts; in iter_filter_order()
496 attempt = a->attempts; in iter_filter_order()
497 } else if(a->attempts > attempt) { in iter_filter_order()
543 attempt = a->attempts; in iter_filter_order()
554 attempt = a->attempts; in iter_filter_order()
555 } else if(a->attempts > attempt) { in iter_filter_order()
1347 if(a->attempts >= outbound_msg_retry) { in iter_dec_attempts()
1351 if(a->attempts > d) in iter_dec_attempts()
1352 a->attempts -= d; in iter_dec_attempts()
1353 else a->attempts = 0; in iter_dec_attempts()
[all …]
/openbsd/gnu/llvm/clang/docs/
H A DMSVCCompatibility.rst17 When Clang compiles C++ code for Windows, it attempts to be compatible with
20 First, Clang attempts to be ABI-compatible, meaning that Clang-compiled code
33 Clang attempts to recover and continue compiling the user's program. Most
38 Finally, there is :ref:`clang-cl`, a driver program for clang that attempts to
122 time. By default on Windows, Clang attempts to follow suit. This behavior is
133 ``typename`` keyword to assist the parser. On Windows, Clang attempts to
/openbsd/usr.sbin/iscsictl/
H A Discsictl.c424 int attempts; in poll_and_wait() local
429 for (attempts = 0; attempts < POLL_ATTEMPTS; attempts++) { in poll_and_wait()
/openbsd/usr.sbin/eigrpd/
H A Drtp.c79 pkt->attempts = 1; in rtp_packet_new()
257 pkt->attempts++; in rtp_retrans_timer()
259 if (pkt->attempts > RTP_RTRNS_MAX_ATTEMPTS) { in rtp_retrans_timer()
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc.c467 int ret, attempts; in __uc_init_hw() local
495 attempts = 3; in __uc_init_hw()
497 attempts = 1; in __uc_init_hw()
504 while (attempts--) { in __uc_init_hw()
521 ERR_PTR(ret), attempts); in __uc_init_hw()
/openbsd/sys/dev/pci/
H A Digc_nvm.c106 uint32_t attempts = 100000; in igc_poll_eerd_eewr_done() local
111 for (i = 0; i < attempts; i++) { in igc_poll_eerd_eewr_done()
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dtempname.c251 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; in __gen_tempname() local
279 for (count = 0; count < attempts; value += 7777, ++count) in __gen_tempname()
/openbsd/usr.sbin/pppd/
H A Dauth.c652 static int attempts = 0; local
703 if (attempts++ >= 10) {
705 attempts, devnam, user);
708 if (attempts > 3)
709 sleep((u_int) (attempts - 3) * 5);
714 attempts = 0; /* Reset count */
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training.c1542 int attempts, in perform_link_training_with_retries() argument
1573 while (j < attempts && fail_count < (attempts * 10)) { in perform_link_training_with_retries()
1576 __func__, link->link_index, (unsigned int)j + 1, attempts, in perform_link_training_with_retries()
1655 if (j == (attempts - 1) || (status == LINK_TRAINING_ABORT)) in perform_link_training_with_retries()
1659 if (j == (attempts - 1)) { in perform_link_training_with_retries()
1662 __func__, link->link_index, (unsigned int)j + 1, attempts, in perform_link_training_with_retries()
1668 __func__, link->link_index, (unsigned int)j + 1, attempts, in perform_link_training_with_retries()
H A Dlink_dp_capability.h101 int attempts);
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-v850.texi45 the V850 processor. This allows the linker to detect attempts to link
51 the V850E processor. This allows the linker to detect attempts to link
57 the V850E1 processor. This allows the linker to detect attempts to link
233 the V850 processor. This allows the linker to detect attempts to link
239 the V850E processor. This allows the linker to detect attempts to link
245 the V850E1 processor. This allows the linker to detect attempts to link
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-v850.texi45 the V850 processor. This allows the linker to detect attempts to link
51 the V850E processor. This allows the linker to detect attempts to link
57 the V850E1 processor. This allows the linker to detect attempts to link
233 the V850 processor. This allows the linker to detect attempts to link
239 the V850E processor. This allows the linker to detect attempts to link
245 the V850E1 processor. This allows the linker to detect attempts to link
/openbsd/gnu/usr.bin/perl/ext/SDBM_File/
H A DCHANGES13 the number of split attempts.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5342delta.pod37 Windows Perl interpreter, Perl attempts to find and execute C<cmd.exe>
43 C<C:\ProgramData>. By doing so, when an administrator attempts to use
H A Dperl5343delta.pod38 Windows Perl interpreter, Perl attempts to find and execute C<cmd.exe>
44 C<C:\ProgramData>. By doing so, when an administrator attempts to use
H A Dperl5362delta.pod37 Windows Perl interpreter, Perl attempts to find and execute C<cmd.exe>
43 C<C:\ProgramData>. By doing so, when an administrator attempts to use
H A Dperldelta.pod38 Windows Perl interpreter, Perl attempts to find and execute C<cmd.exe>
44 C<C:\ProgramData>. By doing so, when an administrator attempts to use
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-addr2line.rst21 optional ``0x`` prefix, whereas ``llvm-symbolizer`` attempts to determine
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DShell.pm493 my $attempts = $last->{attempts} or next;
495 if (@$attempts) {
496 $start = $attempts->[-1]{start};
497 if ($#$attempts > 0) {
498 for my $i (0..$#$attempts-1) {
499 my $url = $attempts->[$i]{url} or next;
/openbsd/lib/libcrypto/dsa/
H A Ddsa_ossl.c114 int attempts = 0; in dsa_do_sign() local
202 if (++attempts > DSA_MAX_SIGN_ITERATIONS) { in dsa_do_sign()
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dfinalize.t70 "none of our attempts to alter the object post-finalization worked",
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py390 attempts = 0
393 while attempts < MAX_ATTEMPTS:
421 (self.port, attempts + 1, MAX_ATTEMPTS))
422 attempts += 1
433 attempts)

12345678910>>...12