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

1 2

  /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/tests/fs/nfs/
t_mountd.c 92 int attempts; local
99 for (attempts = 100; attempts && !quit; attempts--) {
  /src/sys/dev/pci/igc/
igc_nvm.c 110 uint32_t attempts = 100000; local
115 for (i = 0; i < attempts; i++) {
igc_i225.c 542 uint32_t attempts = 100000; local
563 for (k = 0; k < attempts; k++) {
  /src/usr.sbin/rpc.statd/
statd.h 75 int attempts; /* Number of attempts we tried so far */ member in struct:__anon8559
  /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/sys/net/
nd.c 276 unsigned int attempts = ln->ln_asked - nd->nd_mmaxtries; local
279 while (attempts-- != 0) {
  /src/external/bsd/unbound/dist/iterator/
iter_delegpt.h 163 /** number of attempts for this addr */
164 int attempts; member in struct:delegpt_addr
  /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)
  /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/bin/ksh/
main.c 513 volatile int attempts = 13; local
583 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc.c 407 int ret, attempts; local
429 attempts = 3;
431 attempts = 1;
433 while (attempts--) {
450 "retry %d more time(s)\n", ret, attempts);
  /src/external/gpl2/diffutils/dist/lib/
tempname.c 251 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; local
279 for (count = 0; count < attempts; value += 7777, ++count)
  /src/external/gpl2/texinfo/dist/lib/
tempname.c 253 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; local
281 for (count = 0; count < attempts; value += 7777, ++count)
  /src/external/gpl3/gdb/dist/gnulib/import/
tempname.c 259 unsigned int attempts = TMP_MAX; local
261 unsigned int attempts = ATTEMPTS_MIN; local
276 less secure. On the (rare) second and later attempts it might
296 for (count = 0; count < attempts; ++count)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
tempname.c 259 unsigned int attempts = TMP_MAX; local
261 unsigned int attempts = ATTEMPTS_MIN; local
276 less secure. On the (rare) second and later attempts it might
296 for (count = 0; count < attempts; ++count)
  /src/external/bsd/kyua-cli/dist/engine/
test_case_test.cpp 658 int attempts = 30; local
671 if (attempts > 0) {
673 --attempts;
1016 int attempts = 30; local
1029 if (attempts > 0) {
1031 --attempts;
  /src/external/mpl/bind/dist/lib/dns/
resconf.c 113 /*%< set to n in 'options attempts:n' */
114 uint8_t attempts; member in struct:irs_resconf
496 } else if (strncmp("attempts:", word, 9) == 0) {
497 CHECK(resconf_optionnumber(word + 9, &conf->attempts));
552 conf->attempts = 3;
709 return (unsigned int)conf->attempts;
  /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/external/bsd/wpa/dist/src/radius/
radius_client.c 50 * The number of failed retry attempts after which the RADIUS server will be
116 * attempts - Number of transmission attempts for one server
118 int attempts; member in struct:radius_msg_list
121 * accu_attempts - Number of accumulated attempts
332 * transmission attempts of interim accounting update messages.
408 if (entry->attempts == 0)
429 if (entry->attempts == 0)
491 /* retransmit; remove entry if too many attempts */
495 "RADIUS: Removing un-ACKed message due to too many failed retransmit attempts");
    [all...]
  /src/sbin/route/
route.c 426 int ishost = 0, ret, attempts, oerrno, flags = RTF_STATIC; local
646 for (attempts = 1; ; attempts++) {
666 if (attempts > 1 && ret == 0 && af == AF_INET)
  /src/external/bsd/ppp/dist/pppd/
auth.c 1522 static int attempts = 0; local
1608 if (attempts++ >= 10) {
1609 warn("%d LOGIN FAILURES ON %s, %s", attempts, devnam, user);
1612 if (attempts > 3)
1613 sleep((u_int) (attempts - 3) * 5);
1618 attempts = 0; /* Reset count */
  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 49 * @attempts: number of check iterations
54 * up to @attempts times. If @valp is not NULL the value of the register
59 int attempts, int delay, u32 *valp)
69 if (--attempts == 0)
165 int attempts = 10; local
172 while ((val & F_BUSY) && attempts--)
552 int attempts = EEPROM_MAX_POLL; local
562 } while (!(val & PCI_VPD_ADDR_F) && --attempts);
585 int attempts = EEPROM_MAX_POLL; local
598 } while ((val & PCI_VPD_ADDR_F) && --attempts);
3268 unsigned int width, density, slow, attempts; local
3436 int err = -EIO, attempts = 100; local
    [all...]
  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 1308 unsigned int attempts; local
1386 create_lease6(p, addr, &attempts,
1397 if (attempts > 1) {
1669 unsigned int attempts; local
1683 (create_prefix6(p, pref, &attempts,
3451 unsigned int attempts; local
3499 status = create_lease6(p, &reply->lease, &attempts,
8174 * function attempts to map the inbound packet to a shared network first
8237 * The function attempts to find a subnet that matches the first requested IP
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc 3241 int attempts = 0; local
3335 if (try_order > last_order && ++attempts < 16)

Completed in 60 milliseconds

1 2