Home
last modified time | relevance | path

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

/external/strace/xlat/
Dbootflags3.h6 #if defined(LINUX_REBOOT_CMD_RESTART) || (defined(HAVE_DECL_LINUX_REBOOT_CMD_RESTART) && HAVE_DECL_…
8 static_assert((LINUX_REBOOT_CMD_RESTART) == (0x01234567), "LINUX_REBOOT_CMD_RESTART != 0x01234567");
11 # define LINUX_REBOOT_CMD_RESTART 0x01234567
73 XLAT(LINUX_REBOOT_CMD_RESTART),
Dbootflags3.in1 LINUX_REBOOT_CMD_RESTART 0x01234567
/external/kernel-headers/original/uapi/linux/
Dreboot.h29 #define LINUX_REBOOT_CMD_RESTART 0x01234567 macro
/external/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs381 pub const LINUX_REBOOT_CMD_RESTART: ::c_int = 0x01234567; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs567 pub const LINUX_REBOOT_CMD_RESTART: ::c_int = 0x01234567; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1166 pub const LINUX_REBOOT_CMD_RESTART: ::c_int = 0x01234567; constant