/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | rc80211.h | 16 void rc80211_update_rx ( struct net80211_device *dev, int retry, u16 rate );
|
H A D | ib_cm.h | 13 #include <ipxe/retry.h>
|
H A D | aoe.h | 15 #include <ipxe/retry.h>
|
H A D | ip.h | 15 #include <ipxe/retry.h>
|
H A D | ib_mi.h | 13 #include <ipxe/retry.h>
|
/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/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | ntmisc.c | 840 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 D | iso.c | 232 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 D | vboxadd-service.sh | 103 start-stop-daemon --stop --retry 2 --exec $@ 130 start-stop-daemon --stop --retry 2 --exec $@
|
/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/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2poll.c | 237 retry: 273 goto retry; 282 goto retry;
|
H A D | os2emx.s | 80 /retry: 83 / jne retry
|
/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)) {
|
H A D | cs89x0.c | 404 retry: 415 goto retry; }
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | uxpoll.c | 195 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 D | os_Linux_x86.s | 80 /retry: 83 / jne retry
|
H A D | os_SunOS_x86.s | 124 /retry: 127 / jne 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/ |
H A D | retry.c | 26 #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 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/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | res_init.c | 190 if (!_res.retry) 191 _res.retry = 4;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/ |
H A D | prulock.c | 256 retry: 328 goto retry;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | bfile.c | 687 retry: 700 if (timeout == PR_INTERVAL_NO_TIMEOUT) goto retry; 708 goto retry;
|
H A D | bnet.c | 566 * we simply retry connect(). 573 retry: 596 goto retry; 606 ** and retry until we go through or die. 615 goto retry;
|