Searched defs:retry (Results 1 - 8 of 8) sorted by relevance

/vbox/tools/bin/
H A Dretry.cmd28 :retry label
32 echo retry.cmd: Attempt %retry_count% FAILED(%ERRORLEVEL%), retrying: %*
34 goto retry
37 echo retry.cmd: Attempt %retry_count% FAILED(%ERRORLEVEL%), giving up: %*
42 if %retry_count% NEQ 1 echo retry.cmd: Success after %retry_count% tries: %*!
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector-shutdown.asm43 retry: label
60 loop retry
H A Dbootsector-pae.asm118 retry: label
123 jnz retry
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/
H A Dundinet.c67 /** Maximum number of times to retry PXENV_UNDI_INITIALIZE */
542 unsigned int retry; local
582 * reset). We may therefore need to retry this call
585 for ( retry = 0 ; ; ) {
592 if ( ++retry > UNDI_INITIALIZE_RETRY_MAX )
595 "PXENV_UNDI_INITIALIZE (retry %d)\n",
596 undinic, retry );
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Drc80211.c53 * through with one retry, 01 if it went through with more than one
54 * retry, or 00 if it didn't go through at all. We define the
89 /** Two-bit packet status indicator for a packet with one retry */
347 * @v retry Whether the received packet had been retransmitted
350 void rc80211_update_rx ( struct net80211_device *dev, int retry, u16 rate ) argument
360 rc80211_update ( dev, RX, ridx, retry, 0 );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Damd8111e.c284 unsigned int retry = PHY_RW_RETRY; local
295 } while (--retry && (reg_val & PHY_CMD_ACTIVE));
314 unsigned int retry = PHY_RW_RETRY;
325 } while (--retry && (reg_val & PHY_CMD_ACTIVE));
443 int retry = TX_RETRY; local
446 while (--retry && (status & OWN_BIT)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c344 PRBool retry; local
380 retry = PR_FALSE;
392 retry = PR_TRUE;
397 if (retry) continue;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dresolv.h95 int retry; /* number of times to retransmit */ member in struct:__res_state

Completed in 55 milliseconds