Lines Matching full:watchdog
2 Watchdog Timer Architectural Protocol as defined in PI Specification VOLUME 2 DXE
4 Used to provide system watchdog timer services
14 /// Global ID for the Watchdog Timer Architectural Protocol
25 A function of this type is called when the watchdog timer fires if a
28 @param Time The time in 100 ns units that has passed since the watchdog
42 This function registers a handler that is to be invoked when the watchdog
44 Runtime Service ResetSystem() when the watchdog timer fires. If a
47 the watchdog handler is unregistered. If a watchdog handler is registered,
54 @param NotifyFunction The function to call when the watchdog timer fires. If this
57 @retval EFI_SUCCESS The watchdog timer handler was registered or
73 This function sets the amount of time to wait before firing the watchdog
74 timer to TimerPeriod 100 nS units. If TimerPeriod is 0, then the watchdog
78 @param TimerPeriod The amount of time in 100 nS units to wait before the watchdog
79 timer is fired. If TimerPeriod is zero, then the watchdog
82 @retval EFI_SUCCESS The watchdog timer has been programmed to fire in Time
84 @retval EFI_DEVICE_ERROR A watchdog timer could not be programmed due to a device
97 the watchdog timer. This period is returned in TimerPeriod, and EFI_SUCCESS
102 will wait before the watchdog timer is fired. If TimerPeriod of
103 zero is returned, then the watchdog timer is disabled.
106 firing the watchdog timer was returned in TimerPeriod.
120 /// before firing the watchdog timer, and it also provides a service to register
121 /// a handler that is invoked when the watchdog timer fires. This protocol can
122 /// implement the watchdog timer by using the event and timer Boot Services, or
123 /// it can make use of custom hardware. When the watchdog timer fires, control