Searched defs:Retry (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosInt13.c1135 UINTN Retry; local
1186 Retry = 3;
1240 Retry--;
1241 } while (CarryFlag != 0 && Retry != 0 && Regs.H.AH != BIOS_DISK_CHANGED);
1337 UINTN Retry; local
1388 Retry = 3;
1445 Retry--;
1446 } while (CarryFlag != 0 && Retry != 0 && Regs.H.AH != BIOS_DISK_CHANGED);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DUsbBotPeim.c567 UINTN Retry; local
628 // Retry at most 4 times to detect media info
630 for (Retry = 0; Retry < 4; Retry++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DUsbPeim.c584 UINT8 Retry; local
593 for (Retry = 0; Retry < 3; Retry ++) {
607 DEBUG ((EFI_D_INFO, "PeiUsbGet Device Descriptor the %d time Sucess\n", Retry));
612 if (Retry == 3) {
613 DEBUG ((EFI_D_ERROR, "PeiUsbGet Device Descriptor fail\n", Retry));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassCbi.c185 INTN Retry; local
200 for (Retry = 0; Retry < USB_CBI_MAX_RETRY; Retry++) {
219 // is a "class-specific exemption to the USB specification". Retry
266 UINTN Retry; local
286 Retry = 0;
320 if (++Retry > USB_CBI_MAX_RETRY) {
326 Retry = 0;
380 INTN Retry; local
[all...]
H A DUsbMassBoot.c240 UINTN Retry; local
243 Retry = 0;
287 if (Retry++ >= USB_BOOT_COMMAND_RETRY) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c396 UINTN Retry; local
415 Retry = MAX_RETRY_TIMES;
427 } while (Retry-- > 0);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c283 UINTN Retry; local
301 Retry = 3;
302 while (Retry > 0) {
356 Retry--;
357 if (Retry == 1) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c750 UINT8 Retry; local
759 Retry = 0;
811 Retry++;
812 if (!NeedRetry || (Retry >= MaxRetry)) {
838 for (Retry = 0; Retry < MaxRetry; Retry++) {
862 Retry = 0;
868 Retry++;
869 if (!NeedRetry || (Retry >
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...

Completed in 79 milliseconds