Home
last modified time | relevance | path

Searched refs:RB_HALT_SYSTEM (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/include/sys/
Dreboot.h8 #define RB_HALT_SYSTEM 0xcdef0123 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dreboot.h8 #define RB_HALT_SYSTEM 0xcdef0123 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dreboot.h8 #define RB_HALT_SYSTEM 0xcdef0123 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dreboot.h8 #define RB_HALT_SYSTEM 0xcdef0123 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dreboot.h8 #define RB_HALT_SYSTEM 0xcdef0123 macro
/third_party/musl/ndk_musl_include/sys/
Dreboot.h24 #define RB_HALT_SYSTEM 0xcdef0123 macro
/third_party/musl/porting/linux/user/include/sys/
Dreboot.h24 #define RB_HALT_SYSTEM 0xcdef0123 macro
/third_party/toybox/porting/liteos_a/toys/other/
Dreboot.c22 int types[] = {RB_AUTOBOOT, RB_HALT_SYSTEM, RB_POWER_OFF}, in reboot_main()
/third_party/toybox/toys/other/
Dreboot.c27 int types[] = {RB_AUTOBOOT, RB_HALT_SYSTEM, RB_POWER_OFF}, in reboot_main()
Doneit.c54 if (signal == SIGUSR1) action = RB_HALT_SYSTEM;
/third_party/toybox/toys/pending/
Dinit.c344 reboot_magic_no=RB_HALT_SYSTEM; in halt_poweroff_reboot_handler()
390 reboot(RB_HALT_SYSTEM); in restart_init_handler()