iPXE
|
EFI watchdog holdoff timer. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static void | efi_watchdog_start (void) |
Start EFI watchdog holdoff timer. More... | |
static void | efi_watchdog_stop (void) |
Stop EFI watchdog holdoff timer. More... | |
Variables | |
struct retry_timer | efi_watchdog |
Watchdog holdoff timer. More... | |
EFI watchdog holdoff timer.
Definition in file efi_watchdog.h.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
Start EFI watchdog holdoff timer.
Definition at line 17 of file efi_watchdog.h.
References efi_watchdog, and start_timer_nodelay().
Referenced by _efi_start(), and efi_snp_load_file().
|
inlinestatic |
Stop EFI watchdog holdoff timer.
Definition at line 26 of file efi_watchdog.h.
References efi_watchdog, and stop_timer().
Referenced by _efi_start(), and efi_snp_load_file().
struct retry_timer efi_watchdog |
Watchdog holdoff timer.
Definition at line 83 of file efi_watchdog.c.
Referenced by efi_watchdog_shutdown(), efi_watchdog_start(), and efi_watchdog_stop().