Searched refs:TCFLSH (Results 1 – 25 of 30) sorted by relevance
12
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 370 SAFE_IOCTL(cleanup, pfd, TCFLSH, 2); in do_parent_setup() 388 if (ioctl(cfd, TCFLSH, 2) < 0) { in do_child_setup()
|
/external/syzkaller/sys/linux/ |
D | tty_arm.const | 42 TCFLSH = 21515
|
D | tty_386.const | 42 TCFLSH = 21515
|
D | tty_amd64.const | 42 TCFLSH = 21515
|
D | tty_arm64.const | 42 TCFLSH = 21515
|
D | tty_ppc64le.const | 42 TCFLSH = 536900639
|
D | tty.txt | 32 ioctl$TCFLSH(fd fd_tty, cmd const[TCFLSH], arg intptr)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctls.h | 30 #define TCFLSH 0x540B macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ioctls.h | 22 #define TCFLSH 0x5407 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 704 #ifdef TCFLSH 705 {"TCFLSH", TCFLSH},
|
/external/python/cpython3/Modules/ |
D | termios.c | 732 #ifdef TCFLSH 733 {"TCFLSH", TCFLSH},
|
/external/strace/ |
D | term.c | 216 case TCFLSH: in term_ioctl()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 175 TCFLSH = (TIOC|7) variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 175 TCFLSH = (TIOC|7) variable
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1004 TCFLSH = 0x5407 const
|
D | zerrors_linux_sparc64.go | 1587 TCFLSH = 0x20005407 const
|
D | zerrors_linux_mips64le.go | 1919 TCFLSH = 0x5407 const
|
D | zerrors_linux_ppc64.go | 1974 TCFLSH = 0x2000741f const
|
D | zerrors_linux_arm.go | 1924 TCFLSH = 0x540b const
|
D | zerrors_linux_mips64.go | 1919 TCFLSH = 0x5407 const
|
D | zerrors_linux_ppc64le.go | 1974 TCFLSH = 0x2000741f const
|
D | zerrors_linux_arm64.go | 1909 TCFLSH = 0x540b const
|
D | zerrors_linux_386.go | 1917 TCFLSH = 0x540b const
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 695 unsigned IOCTL_TCFLSH = TCFLSH;
|
D | sanitizer_common_interceptors_ioctl.inc | 329 _(TCFLSH, NONE, 0);
|
12