Home
last modified time | relevance | path

Searched refs:times_tried (Results 1 – 11 of 11) sorted by relevance

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Dphoromatic.php879 $times_tried = 0;
882 if($times_tried > 0)
901 $times_tried++;
903 while($res == false && $times_tried < 4);
971 $times_tried = 0;
974 if($times_tried > 0)
985 $times_tried++;
987 while($res == false && $times_tried < 4);
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/80211/
H A Dnet80211.c104 int times_tried; member
1673 dev->ctx.assoc->times_tried++; in net80211_step_associate()
1674 if ( ++dev->ctx.assoc->times_tried > ASSOC_RETRIES ) { in net80211_step_associate()
1684 dev->ctx.assoc->times_tried = 0; in net80211_step_associate()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/80211/
H A Dnet80211.c104 int times_tried; member
1673 dev->ctx.assoc->times_tried++; in net80211_step_associate()
1674 if ( ++dev->ctx.assoc->times_tried > ASSOC_RETRIES ) { in net80211_step_associate()
1684 dev->ctx.assoc->times_tried = 0; in net80211_step_associate()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/80211/
H A Dnet80211.c104 int times_tried; member
1673 dev->ctx.assoc->times_tried++; in net80211_step_associate()
1674 if ( ++dev->ctx.assoc->times_tried > ASSOC_RETRIES ) { in net80211_step_associate()
1684 dev->ctx.assoc->times_tried = 0; in net80211_step_associate()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/80211/
H A Dnet80211.c104 int times_tried; member
1673 dev->ctx.assoc->times_tried++; in net80211_step_associate()
1674 if ( ++dev->ctx.assoc->times_tried > ASSOC_RETRIES ) { in net80211_step_associate()
1684 dev->ctx.assoc->times_tried = 0; in net80211_step_associate()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/net/80211/
H A Dnet80211.c139 int times_tried; member
1686 dev->ctx.assoc->times_tried++; in net80211_step_associate()
1687 if ( ++dev->ctx.assoc->times_tried > ASSOC_RETRIES ) { in net80211_step_associate()
1697 dev->ctx.assoc->times_tried = 0; in net80211_step_associate()
/dports/net/ipxe/ipxe-2265a65/src/net/80211/
H A Dnet80211.c104 int times_tried; member
1673 dev->ctx.assoc->times_tried++; in net80211_step_associate()
1674 if ( ++dev->ctx.assoc->times_tried > ASSOC_RETRIES ) { in net80211_step_associate()
1684 dev->ctx.assoc->times_tried = 0; in net80211_step_associate()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/80211/
H A Dnet80211.c104 int times_tried; member
1673 dev->ctx.assoc->times_tried++; in net80211_step_associate()
1674 if ( ++dev->ctx.assoc->times_tried > ASSOC_RETRIES ) { in net80211_step_associate()
1684 dev->ctx.assoc->times_tried = 0; in net80211_step_associate()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/net/80211/
H A Dnet80211.c104 int times_tried; member
1673 dev->ctx.assoc->times_tried++; in net80211_step_associate()
1674 if ( ++dev->ctx.assoc->times_tried > ASSOC_RETRIES ) { in net80211_step_associate()
1684 dev->ctx.assoc->times_tried = 0; in net80211_step_associate()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/net/80211/
H A Dnet80211.c104 int times_tried; member
1673 dev->ctx.assoc->times_tried++; in net80211_step_associate()
1674 if ( ++dev->ctx.assoc->times_tried > ASSOC_RETRIES ) { in net80211_step_associate()
1684 dev->ctx.assoc->times_tried = 0; in net80211_step_associate()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_test_run_manager.php509 $times_tried = 0;
512 if($times_tried == 0 && ($env_identifier = pts_client::read_env('TEST_RESULTS_IDENTIFIER')))
532 $times_tried++;