Home
last modified time | relevance | path

Searched refs:LINUX_REBOOT_MAGIC1 (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Dbootflags1.h6 #if defined(LINUX_REBOOT_MAGIC1) || (defined(HAVE_DECL_LINUX_REBOOT_MAGIC1) && HAVE_DECL_LINUX_REBO…
8 static_assert((LINUX_REBOOT_MAGIC1) == (0xfee1dead), "LINUX_REBOOT_MAGIC1 != 0xfee1dead");
11 # define LINUX_REBOOT_MAGIC1 0xfee1dead
24 XLAT(LINUX_REBOOT_MAGIC1),
Dbootflags1.in1 LINUX_REBOOT_MAGIC1 0xfee1dead
/external/strace/tests-mx32/
Dreboot.c44 rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main()
50 rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main()
/external/strace/tests-m32/
Dreboot.c44 rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main()
50 rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main()
/external/strace/tests/
Dreboot.c44 rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main()
50 rc = syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, in main()
/external/kernel-headers/original/uapi/linux/
Dreboot.h9 #define LINUX_REBOOT_MAGIC1 0xfee1dead macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go742 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dsyscall_linux.go1177 return reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, cmd, "")
Dzerrors_linux_mipsle.go927 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_s390x.go927 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_arm.go927 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_ppc64le.go927 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_mips64.go927 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_ppc64.go927 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_amd64.go928 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_mips64le.go927 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_386.go928 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_mips.go927 LINUX_REBOOT_MAGIC1 = 0xfee1dead const
Dzerrors_linux_arm64.go930 LINUX_REBOOT_MAGIC1 = 0xfee1dead const