Home
last modified time | relevance | path

Searched refs:TIOCLINUX (Results 1 – 24 of 24) sorted by relevance

/external/syzkaller/sys/linux/
Dtty.txt53 # For the TIOCLINUX ioctl, see console_ioctl(4).
103 ioctl$TIOCLINUX2(fd fd_tty, cmd const[TIOCLINUX], arg ptr[in, tiocl_selection])
104 ioctl$TIOCLINUX3(fd fd_tty, cmd const[TIOCLINUX], arg ptr[in, const[3, int8]])
105 ioctl$TIOCLINUX4(fd fd_tty, cmd const[TIOCLINUX], arg ptr[in, const[4, int8]])
106 ioctl$TIOCLINUX5(fd fd_tty, cmd const[TIOCLINUX], arg ptr[in, loadlut])
107 ioctl$TIOCLINUX6(fd fd_tty, cmd const[TIOCLINUX], arg ptr[in, tiocl_shift_state])
108 ioctl$TIOCLINUX7(fd fd_tty, cmd const[TIOCLINUX], arg ptr[in, tiocl_report_mouse])
Dtty_arm.const64 TIOCLINUX = 21532
Dtty_386.const64 TIOCLINUX = 21532
Dtty_amd64.const64 TIOCLINUX = 21532
Dtty_arm64.const64 TIOCLINUX = 21532
Dtty_ppc64le.const64 TIOCLINUX = 21532
/external/kernel-headers/original/uapi/asm-generic/
Dioctls.h48 #define TIOCLINUX 0x541C macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dioctls.h103 #define TIOCLINUX 0x5483 macro
/external/python/cpython2/Modules/
Dtermios.c770 #ifdef TIOCLINUX
771 {"TIOCLINUX", TIOCLINUX},
/external/python/cpython3/Modules/
Dtermios.c798 #ifdef TIOCLINUX
799 {"TIOCLINUX", TIOCLINUX},
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc710 unsigned IOCTL_TIOCLINUX = TIOCLINUX;
Dsanitizer_common_interceptors_ioctl.inc344 _(TIOCLINUX, READ, sizeof(char));
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1670 TIOCLINUX = 0x541c const
Dzerrors_linux_mips64le.go2010 TIOCLINUX = 0x5483 const
Dzerrors_linux_ppc64.go2062 TIOCLINUX = 0x541c const
Dzerrors_linux_arm.go2017 TIOCLINUX = 0x541c const
Dzerrors_linux_mips64.go2010 TIOCLINUX = 0x5483 const
Dzerrors_linux_ppc64le.go2062 TIOCLINUX = 0x541c const
Dzerrors_linux_arm64.go2002 TIOCLINUX = 0x541c const
Dzerrors_linux_386.go2010 TIOCLINUX = 0x541c const
Dzerrors_linux_mips.go2010 TIOCLINUX = 0x5483 const
Dzerrors_linux_s390x.go2071 TIOCLINUX = 0x541c const
Dzerrors_linux_mipsle.go2010 TIOCLINUX = 0x5483 const
Dzerrors_linux_amd64.go2011 TIOCLINUX = 0x541c const