Searched defs:ResetType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/KbcResetDxe/
H A DResetEntry.c30 @param ResetType warm or cold
39 IN EFI_RESET_TYPE ResetType,
45 switch (ResetType) {
38 KbcResetSystem( IN EFI_RESET_TYPE ResetType, IN EFI_STATUS ResetStatus, IN UINTN DataSize, IN VOID *ResetData OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ResetSystemRuntimeDxe/
H A DResetSystem.c118 @param[in] ResetType The type of reset to perform.
121 @param[in] ResetData For a ResetType of EfiResetCold, EfiResetWarm, or
129 IN EFI_RESET_TYPE ResetType,
139 switch (ResetType) {
128 ResetSystem( IN EFI_RESET_TYPE ResetType, IN EFI_STATUS ResetStatus, IN UINTN DataSize, IN VOID *ResetData OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeLib/
H A DRuntimeLib.c208 Calling this interface with ResetType of EfiResetCold causes a system-wide reset. This sets all circuitry within
211 Calling this interface with ResetType of EfiResetWarm causes a system-wide initialization. The processors are set to
214 Calling this interface with ResetType of EfiResetShutdown causes the system to enter a power state equivalent to the
220 @param ResetType The type of reset to perform.
225 @param ResetData For a ResetType of EfiResetCold, EfiResetWarm, or EfiResetShutdown the data buffer starts with a
229 address. For a ResetType of EfiRestUpdate the data buffer also starts with a Null-terminated string
236 IN EFI_RESET_TYPE ResetType,
242 mInternalRT->ResetSystem (ResetType, ResetStatus, DataSize, ResetData);
767 @param ResetType Returns the type of reset required for the capsule update.
772 MaximumCapsuleSize and ResetType ar
235 EfiResetSystem( IN EFI_RESET_TYPE ResetType, IN EFI_STATUS ResetStatus, IN UINTN DataSize, IN VOID *ResetData OPTIONAL ) argument
[all...]

Completed in 44 milliseconds