/third_party/musl/src/termios/ |
H A D | tcflush.c | 6 return ioctl(fd, TCFLSH, queue); in tcflush()
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty05.c | 43 ioctl(ptmx, TCFLSH, TCIOFLUSH); in thread_run()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl02.c | 369 SAFE_IOCTL(cleanup, pfd, TCFLSH, 2); in do_parent_setup() 387 if (ioctl(cfd, TCFLSH, 2) < 0) { in do_child_setup() 388 tst_resm(TINFO, "ioctl TCFLSH failed. : errno = %d", errno); in do_child_setup()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 21 #define TCFLSH 0x540B macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 21 #define TCFLSH 0x540B macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 21 #define TCFLSH 0x540B macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 21 #define TCFLSH 0x540B macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 17 #define TCFLSH 0x5407 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 17 #define TCFLSH 0x5407 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 36 #define TCFLSH _IO('t', 31) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 17 #define TCFLSH 0x5407 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 36 #define TCFLSH _IO('t', 31) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 26 #define TCFLSH _IO('t', 31) macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 23 TCFLSH, TCGETS, TCSBRK, TCSETS, TCXONC, TIOCGPGRP, TIOCGSID, TIOCGWINSZ, TIOCSPGRP, TIOCSWINSZ, 96 c_uint(TCFLSH),
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 38 #define TCFLSH 0x540B macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 38 #define TCFLSH 0x540B macro
|
/third_party/python/Modules/ |
H A D | termios.c | 1003 #ifdef TCFLSH 1004 {"TCFLSH", TCFLSH},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 136 pub const TCFLSH: ::Ioctl = 0x540B; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 123 pub const TCFLSH: ::Ioctl = 0x5407; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 115 pub const TCFLSH: ::Ioctl = 0x20005407; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 115 pub const TCFLSH: ::Ioctl = 0x2000741F; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 497 pub const TCFLSH: ::c_int = 21515; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 637 pub const TCFLSH: ::c_ulong = 0x540B; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 10 #define TCFLSH 0x540bul macro 1566 #define TCFLSH 0x540bul macro 3126 #define TCFLSH 0x540bul macro 4682 #define TCFLSH 0x540bul macro 6134 #define TCFLSH 0x2000741ful macro 7581 #define TCFLSH 0x5407ul macro 9131 #define TCFLSH 0x5407ul macro 10681 #define TCFLSH 0x540bul macro
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1623 pub const TCFLSH: ::c_int = 0x540B; consts
|