HomeSort by: relevance | last modified time | path
    Searched refs:attempts (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/external/mpl/bind/dist/tests/dns/testdata/resconf/
options-attempts.conf 12 options attempts:4
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
clone-attach-detach.exp 43 set attempts 3
44 for {set attempt 1} {$attempt <= $attempts} {incr attempt} {
73 set attempts 3
74 for {set attempt 1} {$attempt <= $attempts} {incr attempt} {
continue-pending-status.exp 58 set attempts 20
67 for {set i 0} {$i < $attempts} {incr i} {
attach-into-signal.exp 51 set attempts 100
54 while { $passes < 3 && $attempt <= $attempts } {
60 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
90 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
102 if {$attempt > $attempts} {
attach-many-short-lived-threads.exp 66 set attempts 10
67 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
172 if {$attempt < $attempts} {
detach-step-over.exp 148 # mode or not. ATTEMPT is the current attempt number, and ATTEMPTS is the
149 # maximum number of attempts we plan to run. TID_RE is a string used to match
153 proc prepare_test_iter {testpid non_stop attempt attempts tid_re} {
167 if {$attempt < $attempts} {
217 set attempts 3
218 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
223 $attempt $attempts "$::decimal\.$::decimal"]} {
325 set attempts 3
326 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
333 $attempt $attempts "$::decimal"]}
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
clone-attach-detach.exp 43 set attempts 3
44 for {set attempt 1} {$attempt <= $attempts} {incr attempt} {
73 set attempts 3
74 for {set attempt 1} {$attempt <= $attempts} {incr attempt} {
continue-pending-status.exp 58 set attempts 20
67 for {set i 0} {$i < $attempts} {incr i} {
attach-into-signal.exp 51 set attempts 100
54 while { $passes < 3 && $attempt <= $attempts } {
60 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
90 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
102 if {$attempt > $attempts} {
attach-many-short-lived-threads.exp 66 set attempts 10
67 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
172 if {$attempt < $attempts} {
detach-step-over.exp 148 # mode or not. ATTEMPT is the current attempt number, and ATTEMPTS is the
149 # maximum number of attempts we plan to run. TID_RE is a string used to match
153 proc prepare_test_iter {testpid non_stop attempt attempts tid_re} {
167 if {$attempt < $attempts} {
217 set attempts 3
218 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
223 $attempt $attempts "$::decimal\.$::decimal"]} {
325 set attempts 3
326 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
333 $attempt $attempts "$::decimal"]}
    [all...]
  /src/tests/fs/nfs/
t_mountd.c 92 int attempts; local
99 for (attempts = 100; attempts && !quit; attempts--) {
  /src/sys/arch/sparc/stand/ofwboot/
net.c 156 int attempts; local
158 /* We need a few attempts here as some DHCP servers
161 for (attempts = 0; attempts < 3; attempts++) {
  /src/external/mpl/bind/dist/bin/tests/system/addzone/
tests_rndc_deadlock.py 74 # Run "rndc status" 10 times, with 1-second pauses between attempts.
78 attempts = 10
79 while server_is_responsive and attempts > 0:
81 attempts -= 1
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dc_link_dp.h 48 int attempts);
64 int attempts,
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
mkdtemp.c 132 unsigned int attempts = TMP_MAX; local
134 unsigned int attempts = ATTEMPTS_MIN; local
163 for (count = 0; count < attempts; value += 7777, ++count)
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
query.py 32 attempts: int = 10,
55 for attempt in range(attempts):
58 f"timeout={timeout}, attempts left={attempts-attempt}"
  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgp.c 754 find_passphrase(FILE *passfp, const char *id, char *passphrase, size_t size, int attempts)
768 for (i = 0 ; i < attempts ; i++) {
1246 int attempts; local
1299 (attempts = atoi(numtries)) <= 0) {
1300 attempts = MAX_PASSPHRASE_ATTEMPTS;
1302 attempts = INFINITE_ATTEMPTS;
1304 passc = find_passphrase(netpgp->passfp, &cp[ID_OFFSET], passphrase, sizeof(passphrase), attempts);
1365 int attempts; local
1377 (attempts = atoi(numtries)) <= 0) {
1378 attempts = MAX_PASSPHRASE_ATTEMPTS
1405 int attempts; local
1535 int attempts; local
1716 int attempts; local
    [all...]
  /src/usr.sbin/rpc.statd/
statd.h 75 int attempts; /* Number of attempts we tried so far */ member in struct:__anon8559
statd.c 393 hi->attempts = 0;
445 * If one of the initial attempts fails, we wait
462 if (notify_one_host(name) || hi->attempts++ >= 44) {
465 hi->attempts = 0;
468 if (hi->attempts < 10)
470 else if (hi->attempts < 20)
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
generic.py 197 ans = isctest.query.udp(msg, statsip, attempts=1)
206 ans = isctest.query.udp(msg, statsip, attempts=1)
215 ans = isctest.query.tcp(msg, statsip, attempts=1)
224 ans = isctest.query.tcp(msg, statsip, attempts=1)
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/seeding/
rand_unix.c 642 /* Maximum allowed number of consecutive unsuccessful attempts */
643 int attempts = 3;
646 while (bytes_needed != 0 && attempts-- > 0) {
652 attempts = 3; /* reset counter after successful attempt */
673 /* Maximum number of consecutive unsuccessful attempts */
674 int attempts = 3;
680 while (bytes_needed != 0 && attempts-- > 0) {
687 attempts = 3; /* reset counter on successful attempt */
  /src/external/mpl/dhcp/dist/server/tests/
mdb6_unittest.c 382 unsigned int attempts; local
426 &attempts, &ds, 1) != ISC_R_SUCCESS) {
465 if (create_lease6(pool, &iaaddr, &attempts,
484 if (create_lease6(pool, &iaaddr, &attempts,
588 unsigned int attempts; local
617 if (create_lease6(pool, &iaaddr, &attempts,
688 unsigned int attempts; local
722 if (create_lease6(pool, &iaaddr1, &attempts, &ds, 200) != ISC_R_SUCCESS) {
728 if (create_lease6(pool, &iaaddr2, &attempts, &ds, 300) != ISC_R_SUCCESS) {
810 unsigned int attempts; local
    [all...]
  /src/sys/dev/pci/igc/
igc_nvm.c 110 uint32_t attempts = 100000; local
115 for (i = 0; i < attempts; i++) {
  /src/external/gpl2/xcvs/dist/lib/
tempname.c 229 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; local
257 for (count = 0; count < attempts; value += 7777, ++count)

Completed in 41 milliseconds

1 2 3