HomeSort by relevance Sort by last modified time
    Searched refs:LINUX_REBOOT_CMD_CAD_ON (Results 1 - 18 of 18) sorted by null

  /external/strace/xlat/
bootflags3.h 20 #if defined(LINUX_REBOOT_CMD_CAD_ON) || (defined(HAVE_DECL_LINUX_REBOOT_CMD_CAD_ON) && HAVE_DECL_LINUX_REBOOT_CMD_CAD_ON)
22 static_assert((LINUX_REBOOT_CMD_CAD_ON) == (0x89ABCDEF), "LINUX_REBOOT_CMD_CAD_ON != 0x89ABCDEF");
25 # define LINUX_REBOOT_CMD_CAD_ON 0x89ABCDEF
75 XLAT(LINUX_REBOOT_CMD_CAD_ON),
  /bionic/libc/include/sys/
reboot.h 45 /** The glibc name for the reboot() flag `LINUX_REBOOT_CMD_CAD_ON`. */
46 #define RB_ENABLE_CAD LINUX_REBOOT_CMD_CAD_ON
  /bionic/libc/kernel/uapi/linux/
reboot.h 28 #define LINUX_REBOOT_CMD_CAD_ON 0x89ABCDEF
  /external/kernel-headers/original/uapi/linux/
reboot.h 31 #define LINUX_REBOOT_CMD_CAD_ON 0x89ABCDEF
  /external/ltp/testcases/kernel/syscalls/reboot/
reboot01.c 84 static int flag[2] = { LINUX_REBOOT_CMD_CAD_ON, LINUX_REBOOT_CMD_CAD_OFF };
86 static const char *option_message[] = { "LINUX_REBOOT_CMD_CAD_ON",
reboot02.c 122 TEST(reboot(LINUX_REBOOT_CMD_CAD_ON));
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go 735 LINUX_REBOOT_CMD_CAD_ON = 0x89abcdef
    [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 681 milliseconds