/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciHotPlugSupport.c | 249 UINT32 Delay; local 252 Delay = (UINT32) ((TimeoutInMicroSeconds / 30) + 1); 271 Delay--; 273 } while (Delay > 0);
|
H A D | PciIo.c | 189 @param Delay The number of 100 ns units to poll. 195 @retval EFI_TIMEOUT Delay expired before a match occurred. 209 IN UINT64 Delay, 240 if ((*Result & Mask) == Value || Delay == 0) { 256 if (Delay <= 100) { 259 Delay -= 100; 270 Delay, 296 @param Delay The number of 100 ns units to poll. 302 @retval EFI_TIMEOUT Delay expired before a match occurred. 316 IN UINT64 Delay, 202 PciIoPollMem( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument 309 PciIoPollIo( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/ |
H A D | CommPs2.c | 627 UINTN Delay; local 630 Delay = TIMEOUT / 50; 643 Delay--; 644 } while (Delay != 0); 646 if (Delay == 0) { 856 UINTN Delay; local 859 Delay = Timeout / 50; 872 Delay--; 873 } while (Delay != 0); 875 if (Delay 897 UINTN Delay; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/ |
H A D | CommPs2.c | 626 UINTN Delay; local 629 Delay = TIMEOUT / 50; 642 Delay--; 643 } while (Delay != 0); 645 if (Delay == 0) { 855 UINTN Delay; local 858 Delay = Timeout / 50; 871 Delay--; 872 } while (Delay != 0); 874 if (Delay 896 UINTN Delay; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
H A D | Ide.c | 736 UINT32 Delay; local 740 Delay = (UINT32) (((TimeoutInMilliSeconds * STALL_1_MILLI_SECOND) / 30) + 1); 765 Delay--; 767 } while (Delay > 0); 769 if (Delay == 0) { 798 UINT32 Delay; local 802 Delay = (UINT32) (((TimeoutInMilliSeconds * STALL_1_MILLI_SECOND) / 30) + 1); 827 Delay--; 829 } while (Delay > 0); 831 if (Delay 862 UINT32 Delay; local 924 UINT32 Delay; local 984 UINT32 Delay; local 1030 UINT32 Delay; local 1072 UINT32 Delay; local 1126 UINT32 Delay; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/ |
H A D | UhciSched.c | 576 UINTN Delay; local 583 Delay = (TimeOut * UHC_1_MILLISECOND / UHC_SYNC_POLL_INTERVAL) + 1; 595 for (Index = 0; InfiniteLoop || (Index < Delay); Index++) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
H A D | BootScriptInternalFormat.h | 156 UINT64 Delay; member in struct:__anon11103 164 UINT64 Delay; member in struct:__anon11104 173 UINT64 Delay; member in struct:__anon11105
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/ |
H A D | S3SaveState.c | 346 UINTN Delay; local 352 Delay = (UINTN)VA_ARG (Marker, UINT64); 356 return S3BootScriptSaveMemPoll (Width, Address, DataMask, Data, 100, Delay); 424 UINT64 Delay; local 430 Delay = (UINT64)VA_ARG (Marker, UINT64); 432 return S3BootScriptSaveIoPoll (Width, Address, Data, DataMask, Delay); 453 UINT64 Delay; local 460 Delay = (UINT64)VA_ARG (Marker, UINT64); 462 return S3BootScriptSavePciPoll (Width, Address, Data, DataMask, Delay); 484 UINT64 Delay; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/ |
H A D | SmmS3SaveState.c | 345 UINTN Delay; local 351 Delay = (UINTN)VA_ARG (Marker, UINT64); 355 return S3BootScriptSaveMemPoll (Width, Address, DataMask, Data, 100, Delay); 423 UINT64 Delay; local 429 Delay = (UINT64)VA_ARG (Marker, UINT64); 431 return S3BootScriptSaveIoPoll (Width, Address, Data, DataMask, Delay); 452 UINT64 Delay; local 459 Delay = (UINT64)VA_ARG (Marker, UINT64); 461 return S3BootScriptSavePciPoll (Width, Address, Data, DataMask, Delay); 483 UINT64 Delay; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/ |
H A D | Ip6If.c | 96 UINT64 Delay; local 174 Delay = (UINT64) NET_RANDOM (NetRandomInitSeed ()); 175 Delay = MultU64x32 (Delay, IP6_ONE_SECOND_IN_MS); 176 Delay = RShiftU64 (Delay, 32); 184 DelayNode->DelayTime = (UINT32) (DivU64x32 (Delay, IP6_TIMER_INTERVAL_IN_MS)); 302 IP6_DELAY_JOIN_LIST *Delay; local 334 Delay = NET_LIST_HEAD (&Interface->DelayJoinList, IP6_DELAY_JOIN_LIST, Link); 336 FreePool (Delay); [all...] |
H A D | Ip6Mld.c | 680 [0, Maximum Response Delay]. If a timer for any address is already 682 Maximum Response Delay is less than the remaining value of the 684 Delay of zero, each timer is effectively set to zero, and the action 688 @param[in] MaxRespDelay The Maximum Response Delay, in milliseconds. 705 UINT32 Delay; local 708 // If the Query packet specifies a Maximum Response Delay of zero, perform timer 716 Delay = (UINT32) (MaxRespDelay / 1000); 719 // Sets a delay timer to a random value selected from the range [0, Maximum Response Delay] 720 // If a timer is already running, resets it if the request Maximum Response Delay 723 if (Group->DelayTimer == 0 || Delay < Grou [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
H A D | Shell.h | 70 UINT32 Delay:1; ///< Was "-delay[:n] found on command line member in struct:__anon12750 81 UINTN Delay; ///< Seconds of delay default:5. member in struct:__anon12752
|
H A D | Shell.c | 745 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Delay = ShellCommandLineGetFlag(Package, L"-delay"); 747 ShellInfoObject.ShellInitSettings.Delay = 5; 750 ShellInfoObject.ShellInitSettings.Delay = 0; 751 } else if (ShellInfoObject.ShellInitSettings.BitUnion.Bits.Delay) { 757 ShellInfoObject.ShellInitSettings.Delay = (UINTN)Intermediate; 783 UINTN Delay; local 833 for ( Status = EFI_UNSUPPORTED, Delay = ShellInfoObject.ShellInitSettings.Delay * 10 834 ; Delay != 0 && EFI_ERROR(Status) 835 ; Delay [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
H A D | IsaFloppyCtrl.c | 1099 UINTN Delay; local 1115 Delay = ((TimeoutInSeconds * STALL_1_MSECOND) / 50) + 1; 1126 Delay = Delay - 1; 1127 } while (Delay > 0); 1129 if (Delay == 0) { 1155 UINTN Delay; local 1172 Delay = ((TimeoutInSeconds * STALL_1_MSECOND) / 50) + 1; 1186 Delay = Delay [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/ |
H A D | FloppyPeim.c | 307 UINTN Delay; local 319 Delay = ((TimeoutInMseconds * STALL_1_MSECOND) / FDC_CHECK_INTERVAL) + 1; 330 } while (--Delay > 0); 332 if (Delay == 0) { 509 UINTN Delay; local 523 Delay = ((TimeoutInMseconds * STALL_1_MSECOND) / FDC_CHECK_INTERVAL) + 1; 536 } while (--Delay > 0); 538 if (Delay == 0) {
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/ |
H A D | PciRootBridgeIo.c | 47 read operation is repeated until either a timeout of Delay 100 ns units has expired, or (Result & 58 @param[in] Delay The number of 100 ns units to poll. Note that timer available may 65 @retval EFI_TIMEOUT Delay expired before a match occurred. 77 IN UINT64 Delay, 88 repeated until either a timeout of Delay 100 ns units has expired, or (Result & Mask) is equal 99 @param[in] Delay The number of 100 ns units to poll. Note that timer available may 106 @retval EFI_TIMEOUT Delay expired before a match occurred. 118 IN UINT64 Delay, 1184 read operation is repeated until either a timeout of Delay 100 ns units has expired, or (Result & 1195 @param[in] Delay Th 1208 RootBridgeIoPollMem( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument 1311 RootBridgeIoPollIo( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
H A D | AhciMode.c | 159 UINT32 Delay; local 161 Delay = (UINT32) (DivU64x32 (Timeout, 1000) + 1); 178 Delay--; 180 } while (Delay > 0); 207 UINT32 Delay; local 209 Delay = (UINT32) (DivU64x32 (Timeout, 1000) + 1); 232 Delay--; 234 } while (Delay > 0); 687 UINT32 Delay; local 760 Delay 1402 UINT32 Delay; local [all...] |
H A D | IdeMode.c | 356 UINT32 Delay; local 362 Delay = (UINT32) (DivU64x32(Timeout, 1000) + 1); 382 Delay--; 384 } while (Delay > 0); 412 UINT32 Delay; local 418 Delay = (UINT32) (DivU64x32(Timeout, 1000) + 1); 438 Delay--; 440 } while (Delay > 0); 471 UINT32 Delay; local 478 Delay 538 UINT32 Delay; local 605 UINT32 Delay; local 669 UINT32 Delay; local 731 UINT32 Delay; local 778 UINT32 Delay; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/ |
H A D | AtapiPeim.c | 371 DEBUG ((EFI_D_INFO, "Delay for %d seconds for SATA devices to spin-up\n", PcdGet16 (PcdSataSpinUpDelayInSecForRecoveryPath))); 668 UINTN Delay; local 676 Delay = ((TimeoutInMilliSeconds * STALL_1_MILLI_SECOND) / 250) + 1; 684 Delay--; 686 } while (Delay != 0); 688 if (Delay == 0) { 713 UINTN Delay; local 722 Delay = ((TimeoutInMilliSeconds * STALL_1_MILLI_SECOND) / 250) + 1; 741 Delay--; 743 } while (Delay ! 770 UINTN Delay; local 828 UINTN Delay; local 887 UINTN Delay; local 949 UINTN Delay; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/ |
H A D | AtapiPassThru.c | 2592 UINT64 Delay; local 2597 Delay = 2; 2599 Delay = DivU64x32 (TimeoutInMicroSeconds, (UINT32) 30) + 1; 2638 Delay = 2; 2641 Delay--; 2642 } while (Delay); 2644 if (Delay == 0) { 2676 UINT64 Delay; local 2681 Delay = 2; 2683 Delay 2758 UINT64 Delay; local 2843 UINT64 Delay; local 2926 UINT64 Delay; local 2992 UINT64 Delay; local 3058 UINT64 Delay; local 3138 UINT64 Delay; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/ |
H A D | UhcPeim.c | 2510 UINTN Delay; local 2516 Delay = (TimeOut * STALL_1_MILLI_SECOND / 200) + 1; 2529 Delay--; 2531 } while (Delay != 0); 2568 UINTN Delay; local 2574 Delay = (TimeOut * STALL_1_MILLI_SECOND / 200) + 1; 2586 Delay--; 2588 } while (Delay != 0);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | winsvc.h | 286 DWORD Delay; member in struct:_SC_ACTION
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | winsvc.h | 284 DWORD Delay; member in struct:_SC_ACTION
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/ |
H A D | UefiPxe.h | 931 /// PXE_VOID Delay(UINTN microseconds); 935 /// The Delay() CallBack routine must delay between n and n + 10 940 UINT64 Delay; member in struct:s_pxe_cpb_start_30 986 /// PXE_VOID Delay(UINT64 UnqId, UINTN microseconds); 990 /// The Delay() CallBack routine must delay between n and n + 10 995 UINT64 Delay; member in struct:s_pxe_cpb_start_31
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/ |
H A D | E100b.h | 648 VOID (*Delay)(UINT64, UINTN); // call back routine member in struct:s_data_instance
|