Home
last modified time | relevance | path

Searched refs:TCFLSH (Results 1 - 25 of 40) sorted by relevance

12

/third_party/musl/src/termios/
H A Dtcflush.c6 return ioctl(fd, TCFLSH, queue); in tcflush()
/third_party/ltp/testcases/kernel/pty/
H A Dpty05.c43 ioctl(ptmx, TCFLSH, TCIOFLUSH); in thread_run()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c369 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 Dioctl.h21 #define TCFLSH 0x540B macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dioctl.h21 #define TCFLSH 0x540B macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dioctl.h21 #define TCFLSH 0x540B macro
/third_party/musl/arch/generic/bits/
H A Dioctl.h21 #define TCFLSH 0x540B macro
/third_party/musl/arch/mips64/bits/
H A Dioctl.h17 #define TCFLSH 0x5407 macro
/third_party/musl/arch/mipsn32/bits/
H A Dioctl.h17 #define TCFLSH 0x5407 macro
/third_party/musl/arch/powerpc64/bits/
H A Dioctl.h36 #define TCFLSH _IO('t', 31) macro
/third_party/musl/arch/mips/bits/
H A Dioctl.h17 #define TCFLSH 0x5407 macro
/third_party/musl/arch/powerpc/bits/
H A Dioctl.h36 #define TCFLSH _IO('t', 31) macro
/third_party/musl/arch/sh/bits/
H A Dioctl.h26 #define TCFLSH _IO('t', 31) macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dsyscalls.rs23 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 Dioctl.h38 #define TCFLSH 0x540B macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dioctl.h38 #define TCFLSH 0x540B macro
/third_party/python/Modules/
H A Dtermios.c1003 #ifdef TCFLSH
1004 {"TCFLSH", TCFLSH},
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs136 pub const TCFLSH: ::Ioctl = 0x540B; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs123 pub const TCFLSH: ::Ioctl = 0x5407; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs115 pub const TCFLSH: ::Ioctl = 0x20005407; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs115 pub const TCFLSH: ::Ioctl = 0x2000741F; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/
H A Dmod.rs497 pub const TCFLSH: ::c_int = 21515; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs637 pub const TCFLSH: ::c_ulong = 0x540B; consts
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dioctl.h10 #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 Dmod.rs1623 pub const TCFLSH: ::c_int = 0x540B; consts

Completed in 60 milliseconds

12