Searched refs:TIOCLINUX (Results 1 – 24 of 24) sorted by relevance
/external/syzkaller/sys/linux/ |
D | tty.txt | 53 # 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])
|
D | tty_arm.const | 64 TIOCLINUX = 21532
|
D | tty_386.const | 64 TIOCLINUX = 21532
|
D | tty_amd64.const | 64 TIOCLINUX = 21532
|
D | tty_arm64.const | 64 TIOCLINUX = 21532
|
D | tty_ppc64le.const | 64 TIOCLINUX = 21532
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 48 #define TIOCLINUX 0x541C macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 103 #define TIOCLINUX 0x5483 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 770 #ifdef TIOCLINUX 771 {"TIOCLINUX", TIOCLINUX},
|
/external/python/cpython3/Modules/ |
D | termios.c | 798 #ifdef TIOCLINUX 799 {"TIOCLINUX", TIOCLINUX},
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 710 unsigned IOCTL_TIOCLINUX = TIOCLINUX;
|
D | sanitizer_common_interceptors_ioctl.inc | 344 _(TIOCLINUX, READ, sizeof(char));
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1670 TIOCLINUX = 0x541c const
|
D | zerrors_linux_mips64le.go | 2010 TIOCLINUX = 0x5483 const
|
D | zerrors_linux_ppc64.go | 2062 TIOCLINUX = 0x541c const
|
D | zerrors_linux_arm.go | 2017 TIOCLINUX = 0x541c const
|
D | zerrors_linux_mips64.go | 2010 TIOCLINUX = 0x5483 const
|
D | zerrors_linux_ppc64le.go | 2062 TIOCLINUX = 0x541c const
|
D | zerrors_linux_arm64.go | 2002 TIOCLINUX = 0x541c const
|
D | zerrors_linux_386.go | 2010 TIOCLINUX = 0x541c const
|
D | zerrors_linux_mips.go | 2010 TIOCLINUX = 0x5483 const
|
D | zerrors_linux_s390x.go | 2071 TIOCLINUX = 0x541c const
|
D | zerrors_linux_mipsle.go | 2010 TIOCLINUX = 0x5483 const
|
D | zerrors_linux_amd64.go | 2011 TIOCLINUX = 0x541c const
|