Home
last modified time | relevance | path

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

/third_party/musl/include/sys/
Dreboot.h7 #define RB_AUTOBOOT 0x01234567 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dreboot.h7 #define RB_AUTOBOOT 0x01234567 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dreboot.h7 #define RB_AUTOBOOT 0x01234567 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dreboot.h7 #define RB_AUTOBOOT 0x01234567 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dreboot.h7 #define RB_AUTOBOOT 0x01234567 macro
/third_party/musl/ndk_musl_include/sys/
Dreboot.h23 #define RB_AUTOBOOT 0x01234567 macro
/third_party/musl/porting/linux/user/include/sys/
Dreboot.h23 #define RB_AUTOBOOT 0x01234567 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.c51 int action = RB_AUTOBOOT;
/third_party/toybox/toys/pending/
Dinit.c352 reboot_magic_no=RB_AUTOBOOT; in halt_poweroff_reboot_handler()