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

1 2 3

  /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++) {
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--) {
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_nvm.c 110 uint32_t attempts = 100000; local
115 for (i = 0; i < attempts; i++) {
  /src/usr.sbin/rpc.statd/
statd.h 75 int attempts; /* Number of attempts we tried so far */ member in struct:__anon8559
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)
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/bsd/unbound/dist/iterator/
iter_delegpt.h 163 /** number of attempts for this addr */
164 int attempts; member in struct:delegpt_addr
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)
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...]
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/net/
nd.c 275 unsigned int attempts = ln->ln_asked - nd->nd_mmaxtries; local
278 while (attempts-- != 0) {
nd.c 275 unsigned int attempts = ln->ln_asked - nd->nd_mmaxtries; local
278 while (attempts-- != 0) {
  /src/bin/ksh/
main.c 513 volatile int attempts = 13; local
583 if (wastty && Flag(FIGNOREEOF) && --attempts > 0) {
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)

Completed in 43 milliseconds

1 2 3