Searched refs:tries (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddhcp.c189 * example when it tries to renew a lease obtained on another network.
239 dhcp->tries++;
326 dhcp->tries++;
327 msecs = (dhcp->tries < 6 ? 1 << dhcp->tries : 60) * 1000;
413 if (dhcp->tries <= 5) {
424 if (dhcp->tries <= 1) {
443 if (dhcp->tries <= 8) {
451 if (dhcp->tries < REBOOT_TRIES) {
472 * eventually time-out if renew tries fai
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Ddhcp.c140 * example when it tries to renew a lease obtained on another network.
176 dhcp->tries++;
263 dhcp->tries++;
264 msecs = dhcp->tries < 4 ? dhcp->tries * 1000 : 4 * 1000;
350 if (dhcp->tries <= 5) {
360 if (dhcp->tries <= 1) {
378 if (dhcp->tries <= 8) {
399 * eventually time-out if renew tries fail. */
698 dhcp->tries
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxrng.c210 static int tries = 0;
220 if (tries++ > 1) {
202 static int tries = 0; local
/vbox/tools/bin/
H A Dretry.cmd42 if %retry_count% NEQ 1 echo retry.cmd: Success after %retry_count% tries: %*!
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Ddhcp.h21 u8_t tries; member in struct:dhcp
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Ddhcp.h40 u8_t tries; member in struct:dhcp
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c267 int tries = MDIO45_RESET_TRIES; local
270 while(tries) {
292 tries--;
306 int tries = MDIO45_RESET_TRIES; local
319 } while ( --tries );
2524 int tries = 50; local
2530 while ( tries--) {
H A Dforcedeth.c1203 unsigned int tries = 0; local
1216 if ( tries++ > 100 )
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c4068 volatile int err, tries; local
4079 tries = 0;
4083 if (tries++ != 0 || err != EDT_COMPILER || (
4089 if (tries == 0) {
4114 if (tries != 0) {
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0A.asm290 ;; Macro for FXSAVE for the guest FPU but tries to figure out whether to

Completed in 389 milliseconds