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

  /external/strace/xlat/
bootflags3.h 6 #if defined(LINUX_REBOOT_CMD_RESTART) || (defined(HAVE_DECL_LINUX_REBOOT_CMD_RESTART) && HAVE_DECL_LINUX_REBOOT_CMD_RESTART)
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),
  /bionic/libc/include/sys/
reboot.h 41 /** The glibc name for the reboot() flag `LINUX_REBOOT_CMD_RESTART`. */
42 #define RB_AUTOBOOT LINUX_REBOOT_CMD_RESTART
  /bionic/libc/kernel/uapi/linux/
reboot.h 26 #define LINUX_REBOOT_CMD_RESTART 0x01234567
  /external/kernel-headers/original/uapi/linux/
reboot.h 29 #define LINUX_REBOOT_CMD_RESTART 0x01234567
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go 739 LINUX_REBOOT_CMD_RESTART = 0x1234567
    [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 814 milliseconds