Searched refs:retry (Results 1 - 25 of 53) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Drc80211.h16 void rc80211_update_rx ( struct net80211_device *dev, int retry, u16 rate );
H A Dib_cm.h13 #include <ipxe/retry.h>
H A Daoe.h15 #include <ipxe/retry.h>
H A Dip.h15 #include <ipxe/retry.h>
H A Dib_mi.h13 #include <ipxe/retry.h>
/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/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c840 retry:
842 goto retry;
849 goto retry;
859 retry: mov eax,[ebx]
861 je retry
865 je retry
881 retry:
883 goto retry;
890 goto retry;
906 retry
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Diso.c232 retry:
303 goto retry;
322 /* failed to connect using cssp, let retry with plain TLS */
325 goto retry;
336 /* failed to connect using cssp, let retry with plain TLS */
339 goto retry;
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-service.sh103 start-stop-daemon --stop --retry 2 --exec $@
130 start-stop-daemon --stop --retry 2 --exec $@
/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/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2poll.c237 retry:
273 goto retry;
282 goto retry;
H A Dos2emx.s80 /retry:
83 / jne retry
/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)) {
H A Dcs89x0.c404 retry:
415 goto retry; }
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxpoll.c195 retry:
203 if (timeout == PR_INTERVAL_NO_TIMEOUT) goto retry;
213 goto retry;
403 retry:
416 if (timeout == PR_INTERVAL_NO_TIMEOUT) goto retry;
424 goto retry;
H A Dos_Linux_x86.s80 /retry:
83 / jne retry
H A Dos_SunOS_x86.s124 /retry:
127 / jne 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/
H A Dretry.c26 #include <ipxe/retry.h>
32 * A retry timer is a binary exponential backoff timer. It can be
179 * Single-step the retry timer list
/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/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_init.c190 if (!_res.retry)
191 _res.retry = 4;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprulock.c256 retry:
328 goto retry;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c687 retry:
700 if (timeout == PR_INTERVAL_NO_TIMEOUT) goto retry;
708 goto retry;
H A Dbnet.c566 * we simply retry connect().
573 retry:
596 goto retry;
606 ** and retry until we go through or die.
615 goto retry;

Completed in 99 milliseconds

123