Home
last modified time | relevance | path

Searched refs:WDT_POWEROFF (Results 1 – 2 of 2) sorted by relevance

/external/qemu/hw/
Dwatchdog.c80 watchdog_action = WDT_POWEROFF; in select_watchdog_action()
107 case WDT_POWEROFF: /* same as 'quit' command in monitor */ in watchdog_perform_action()
Dwatchdog.h33 #define WDT_POWEROFF 3 /* Quit. */ macro