Home
last modified time | relevance | path

Searched refs:REBOOT_UNDEFINED (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dreboot.h17 REBOOT_UNDEFINED = -1, enumerator
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c36 enum reboot_mode panic_reboot_mode = REBOOT_UNDEFINED;
H A Dpanic.c333 if (panic_reboot_mode != REBOOT_UNDEFINED) in panic()