HomeSort by relevance Sort by last modified time
    Searched refs:watchdog_action (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
watchdog.c 76 watchdog_action = WDT_RESET;
78 watchdog_action = WDT_SHUTDOWN;
80 watchdog_action = WDT_POWEROFF;
82 watchdog_action = WDT_PAUSE;
84 watchdog_action = WDT_DEBUG;
86 watchdog_action = WDT_NONE;
98 switch(watchdog_action) {
watchdog.h 53 extern int watchdog_action;
  /external/qemu/
vl-android.c 312 int watchdog_action = WDT_RESET; variable
    [all...]
vl.c 240 int watchdog_action = WDT_RESET; variable
    [all...]

Completed in 190 milliseconds