reboot_cmd         65 lib/common/watchdog.c     int reboot_cmd = RB_AUTOBOOT; // Default panic action is reboot
reboot_cmd         87 lib/common/watchdog.c         reboot_cmd = RB_POWER_OFF;
reboot_cmd         89 lib/common/watchdog.c         reboot_cmd = RB_POWEROFF;
reboot_cmd         99 lib/common/watchdog.c     reboot(reboot_cmd);