Home
last modified time | relevance | path

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

/external/musl/include/sys/
Dreboot.h8 #define RB_HALT_SYSTEM 0xcdef0123 macro
/external/toybox/toys/other/
Dreboot.c33 int types[] = {RB_AUTOBOOT, RB_HALT_SYSTEM, RB_POWER_OFF},
Doneit.c55 if (signal == SIGUSR1) action = RB_HALT_SYSTEM;
/external/rust/crates/nix/src/sys/
Dreboot.rs17 RB_HALT_SYSTEM,
/external/toybox/toys/pending/
Dinit.c355 reboot_magic_no=RB_HALT_SYSTEM; in halt_poweroff_reboot_handler()
401 reboot(RB_HALT_SYSTEM); in restart_init_handler()
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs978 pub const RB_HALT_SYSTEM: ::c_int = 0xcdef0123u32 as i32; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1858 pub const RB_HALT_SYSTEM: ::c_int = 0xcdef0123u32 as i32; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2461 pub const RB_HALT_SYSTEM: ::c_int = 0xcdef0123u32 as i32; constant