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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DReset.h30 // EFI_PEI_RESET_PPI.ResetSystem() is equivalent to the
31 // PEI Service ResetSystem().
39 EFI_PEI_RESET_SYSTEM ResetSystem; member in struct:__anon12011
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Reset/
H A DReset.c49 return ResetPpi->ResetSystem (PeiServices);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DReset.c84 gRT->ResetSystem(EfiResetCold, EFI_SUCCESS, StrSize(String), (VOID*)String);
86 gRT->ResetSystem(EfiResetCold, EFI_SUCCESS, 0, NULL);
97 gRT->ResetSystem(EfiResetShutdown, EFI_SUCCESS, StrSize(String), (VOID*)String);
99 gRT->ResetSystem(EfiResetShutdown, EFI_SUCCESS, 0, NULL);
108 gRT->ResetSystem(EfiResetWarm, EFI_SUCCESS, StrSize(String), (VOID*)String);
110 gRT->ResetSystem(EfiResetWarm, EFI_SUCCESS, 0, NULL);
118 // as the ResetSystem function should not return...
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ResetSystemRuntimeDxe/
H A DResetSystem.c16 #include "ResetSystem.h"
52 gRT->ResetSystem = ResetSystem;
128 ResetSystem ( function
H A DResetSystem.h66 ResetSystem (
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DReboot.c93 gRT->ResetSystem ( EfiResetCold,
H A DRuntimeServicesTable.c169 "ResetSystem",
170 (VOID *)gRT->ResetSystem,
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/KbcResetDxe/
H A DResetEntry.c93 SystemTable->RuntimeServices->ResetSystem = KbcResetSystem;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DPeiCis.h179 EFI_PEI_RESET_SYSTEM ResetSystem; member in struct:_FRAMEWORK_EFI_PEI_SERVICES
H A DDxeCis.h65 EFI_RESET_SYSTEM ResetSystem; member in struct:__anon10528
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Druntime_service_table.h48 TBL_ENTRY(EFI_RESET_SYSTEM, ResetSystem, RVOID, VOID, 4, (SCL(EFI_RESET_TYPE), SCL(EFI_STATUS), SCL(UINTN), PTR(VOID)))
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/WatchdogTimerDxe/
H A DWatchdogTimer.c54 to fire. Then, a call to the Runtime Service ResetSystem() is made to
83 gRT->ResetSystem (EfiResetCold, EFI_TIMEOUT, 0, NULL);
92 Runtime Service ResetSystem() when the watchdog timer fires. If a
94 the Runtime Service ResetSystem() is called. If NotifyFunction is NULL, then
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c329 RuntimeDriverConvertInternalPointer ((VOID **) &gRT->ResetSystem);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiPeiCis.h800 EFI_PEI_RESET_SYSTEM ResetSystem; member in struct:_EFI_PEI_SERVICES
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiServicesLib/
H A DPeiServicesLib.c405 return (*PeiServices)->ResetSystem (PeiServices);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c205 This service is a wrapper for the UEFI Runtime Service ResetSystem().
207 The ResetSystem()function resets the entire platform, including all processors and devices,and reboots the system.
218 The ResetSystem() function does not return.
242 mInternalRT->ResetSystem (ResetType, ResetStatus, DataSize, ResetData);
697 system reset, the reset value returned from EFI_QueryCapsuleCapabilities must be passed into ResetSystem()
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDispatcher.c839 gRT->ResetSystem (EfiResetCold, EFI_SUCCESS, 0, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1220 gRT->ResetSystem (EfiResetCold, EFI_SUCCESS, 0, NULL);
1550 gRT->ResetSystem (EfiResetWarm, EFI_SUCCESS, 0, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1634 be passed into ResetSystem() and will cause the capsule to be processed by the firmware as
1774 EFI_RESET_SYSTEM ResetSystem; member in struct:__anon12445
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1634 be passed into ResetSystem() and will cause the capsule to be processed by the firmware as
1773 EFI_RESET_SYSTEM ResetSystem; member in struct:__anon15719
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c1427 gRT->ResetSystem (EfiResetWarm, EFI_SUCCESS, 0, NULL);
2137 gRT->ResetSystem (EfiResetWarm, EFI_SUCCESS, 0, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.c591 gRT->ResetSystem (EfiResetCold, EFI_SUCCESS, 0, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConIn.c1312 gRT->ResetSystem (EfiResetWarm, EFI_SUCCESS, 0, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c1031 gRT->ResetSystem (EfiResetCold, EFI_SUCCESS, 0, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvCfg.c512 gRT->ResetSystem (EfiResetCold, EFI_SUCCESS, 0, NULL);

Completed in 96 milliseconds