Home
last modified time | relevance | path

Searched refs:SetWatchdogTimer (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/sysutils/edk2/edk2-platforms-89f6170d/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Frb/
H A DFrbDxe.c40 IPMI_SET_WATCHDOG_TIMER_REQUEST SetWatchdogTimer;
56 ZeroMem (&SetWatchdogTimer, sizeof(SetWatchdogTimer)); in updateMenus()
60 SetWatchdogTimer.TimerUse.Bits.TimerRunning = 0;
62 SetWatchdogTimer.TimerUseExpirationFlagsClear &= ~BIT2;
63 SetWatchdogTimer.TimerUseExpirationFlagsClear |= BIT1 | BIT4;
65 Status = IpmiSetWatchdogTimer (&SetWatchdogTimer, &CompletionCode);
114 IPMI_SET_WATCHDOG_TIMER_REQUEST SetWatchdogTimer; in CONVERT_DATA_TO_ONE__ExtractPulses()
140 ZeroMem (&SetWatchdogTimer, sizeof(SetWatchdogTimer)); in CONVERT_DATA_TO_ONE__ExtractPulses()
146 SetWatchdogTimer.TimerUse.Bits.TimerRunning = 1; in CONVERT_DATA_TO_ONE__ExtractPulses()
147 SetWatchdogTimer.TimerUseExpirationFlagsClear |= BIT1 | BIT2 | BIT3; in CONVERT_DATA_TO_ONE__ExtractPulses()
[all …]
/dports/sysutils/edk2/edk2-platforms-89f6170d/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/OsWdt/
H A DOsWdt.c42 IPMI_SET_WATCHDOG_TIMER_REQUEST SetWatchdogTimer; in EnableEfiOsBootWdtHandler() local
63 ZeroMem (&SetWatchdogTimer, sizeof(SetWatchdogTimer)); in EnableEfiOsBootWdtHandler()
67 SetWatchdogTimer.TimerUse.Bits.TimerRunning = 1; in EnableEfiOsBootWdtHandler()
68 SetWatchdogTimer.TimerUse.Bits.TimerUse = IPMI_WATCHDOG_TIMER_OS_LOADER; in EnableEfiOsBootWdtHandler()
69 SetWatchdogTimer.TimerActions.Uint8 = IPMI_WATCHDOG_TIMER_ACTION_HARD_RESET; in EnableEfiOsBootWdtHandler()
70 SetWatchdogTimer.TimerUseExpirationFlagsClear &= ~BIT4; in EnableEfiOsBootWdtHandler()
71 SetWatchdogTimer.TimerUseExpirationFlagsClear |= BIT1 | BIT2; in EnableEfiOsBootWdtHandler()
72 SetWatchdogTimer.InitialCountdownValue = 600; // 100ms / count in EnableEfiOsBootWdtHandler()
74 Status = IpmiSetWatchdogTimer (&SetWatchdogTimer, &CompletionCode); in EnableEfiOsBootWdtHandler()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/IpmiCommandLib/
H A DIpmiCommandLibNetFnApp.c82 IN IPMI_SET_WATCHDOG_TIMER_REQUEST *SetWatchdogTimer, in IpmiSetWatchdogTimer() argument
93 (VOID *)SetWatchdogTimer, in IpmiSetWatchdogTimer()
94 sizeof(*SetWatchdogTimer), in IpmiSetWatchdogTimer()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DLoadDeferredImage.c107 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in LoadDeferredImage()
113 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in LoadDeferredImage()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
H A DBootAndroidBootImg.c92 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in StartEfiApplication()
96 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in StartEfiApplication()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
H A DBootAndroidBootImg.c92 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in StartEfiApplication()
96 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in StartEfiApplication()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
H A DBootAndroidBootImg.c92 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in StartEfiApplication()
96 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in StartEfiApplication()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
H A DBootAndroidBootImg.c101 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in StartEfiApplication()
105 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in StartEfiApplication()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
H A DBootAndroidBootImg.c101 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in StartEfiApplication()
105 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in StartEfiApplication()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
H A DBootAndroidBootImg.c101 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in StartEfiApplication()
105 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in StartEfiApplication()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/EmbeddedPkg/Application/AndroidFastboot/Arm/
H A DBootAndroidBootImg.c101 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in StartEfiApplication()
105 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in StartEfiApplication()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/EmbeddedPkg/Application/AndroidFastboot/Arm/
H A DBootAndroidBootImg.c101 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in StartEfiApplication()
105 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in StartEfiApplication()
/dports/sysutils/edk2/edk2-edk2-stable202102/EmbeddedPkg/Application/AndroidFastboot/Arm/
H A DBootAndroidBootImg.c101 gBS->SetWatchdogTimer (5 * 60, 0x0000, 0x00, NULL); in StartEfiApplication()
105 gBS->SetWatchdogTimer (0x0000, 0x0000, 0x0000, NULL); in StartEfiApplication()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/interface/efi/
H A Defi_watchdog.c71 if ( ( efirc = bs->SetWatchdogTimer ( WATCHDOG_TIMEOUT_SECS, in efi_watchdog_expired()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/interface/efi/
H A Defi_watchdog.c71 if ( ( efirc = bs->SetWatchdogTimer ( WATCHDOG_TIMEOUT_SECS, in efi_watchdog_expired()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/interface/efi/
H A Defi_watchdog.c71 if ( ( efirc = bs->SetWatchdogTimer ( WATCHDOG_TIMEOUT_SECS, in efi_watchdog_expired()
/dports/net/ipxe/ipxe-2265a65/src/interface/efi/
H A Defi_watchdog.c71 if ( ( efirc = bs->SetWatchdogTimer ( WATCHDOG_TIMEOUT_SECS, in efi_watchdog_expired()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/interface/efi/
H A Defi_watchdog.c71 if ( ( efirc = bs->SetWatchdogTimer ( WATCHDOG_TIMEOUT_SECS, in efi_watchdog_expired()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/interface/efi/
H A Defi_watchdog.c71 if ( ( efirc = bs->SetWatchdogTimer ( WATCHDOG_TIMEOUT_SECS, in efi_watchdog_expired()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/interface/efi/
H A Defi_watchdog.c71 if ( ( efirc = bs->SetWatchdogTimer ( WATCHDOG_TIMEOUT_SECS, in efi_watchdog_expired()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/interface/efi/
H A Defi_watchdog.c71 if ( ( efirc = bs->SetWatchdogTimer ( WATCHDOG_TIMEOUT_SECS, in efi_watchdog_expired()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Csm/Include/Framework/
H A DDxeCis.h128 EFI_SET_WATCHDOG_TIMER SetWatchdogTimer; member
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h128 EFI_SET_WATCHDOG_TIMER SetWatchdogTimer; member
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Csm/Include/Framework/
H A DDxeCis.h128 EFI_SET_WATCHDOG_TIMER SetWatchdogTimer; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h128 EFI_SET_WATCHDOG_TIMER SetWatchdogTimer; member

12345678910