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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/WatchdogTimerDxe/
H A DWatchdogTimer.c39 EFI_WATCHDOG_TIMER_NOTIFY mWatchdogTimerNotifyFunction = NULL; variable
74 if (mWatchdogTimerNotifyFunction != NULL) {
75 mWatchdogTimerNotifyFunction (mWatchdogTimerPeriod);
121 if (NotifyFunction == NULL && mWatchdogTimerNotifyFunction == NULL) {
128 if (NotifyFunction != NULL && mWatchdogTimerNotifyFunction != NULL) {
132 mWatchdogTimerNotifyFunction = NotifyFunction;

Completed in 69 milliseconds