Home
last modified time | relevance | path

Searched refs:LINUX_REBOOT_CMD_POWER_OFF (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dbootflags3.h34 #if defined(LINUX_REBOOT_CMD_POWER_OFF) || (defined(HAVE_DECL_LINUX_REBOOT_CMD_POWER_OFF) && HAVE_D…
36 static_assert((LINUX_REBOOT_CMD_POWER_OFF) == (0x4321FEDC), "LINUX_REBOOT_CMD_POWER_OFF != 0x4321FE…
39 # define LINUX_REBOOT_CMD_POWER_OFF 0x4321FEDC
77 XLAT(LINUX_REBOOT_CMD_POWER_OFF),
Dbootflags3.in5 LINUX_REBOOT_CMD_POWER_OFF 0x4321FEDC
/external/kernel-headers/original/uapi/linux/
Dreboot.h33 #define LINUX_REBOOT_CMD_POWER_OFF 0x4321FEDC macro
/external/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs385 pub const LINUX_REBOOT_CMD_POWER_OFF: ::c_int = 0x4321FEDC; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs571 pub const LINUX_REBOOT_CMD_POWER_OFF: ::c_int = 0x4321FEDC; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1170 pub const LINUX_REBOOT_CMD_POWER_OFF: ::c_int = 0x4321FEDC; constant