Searched defs:retry (Results 1 - 8 of 8) sorted by relevance
/vbox/tools/bin/ |
H A D | retry.cmd | 28 :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 D | bootsector-shutdown.asm | 43 retry: label 60 loop retry
|
H A D | bootsector-pae.asm | 118 retry: label 123 jnz retry
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/ |
H A D | undinet.c | 67 /** 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 D | rc80211.c | 53 * 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 D | amd8111e.c | 284 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 D | prmwait.c | 344 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 D | resolv.h | 95 int retry; /* number of times to retransmit */ member in struct:__res_state
|
Completed in 147 milliseconds