/third_party/ltp/testcases/kernel/pty/ |
H A D | pty05.c | 69 SAFE_IOCTL(ptmx, TCXONC, TCOOFF); in run() 73 ioctl(ptmx, TCXONC, TCOON); in run()
|
/third_party/musl/src/termios/ |
H A D | tcflow.c | 6 return ioctl(fd, TCXONC, action); in tcflow()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 20 #define TCXONC 0x540A macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 16 #define TCXONC 0x5406 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 16 #define TCXONC 0x5406 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 35 #define TCXONC _IO('t', 30) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 16 #define TCXONC 0x5406 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 35 #define TCXONC _IO('t', 30) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 25 #define TCXONC _IO('t', 30) 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, 108 c_uint(TCXONC),
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 37 #define TCXONC 0x540A macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 37 #define TCXONC 0x540A macro
|
/third_party/python/Modules/ |
H A D | termios.c | 1036 #ifdef TCXONC 1037 {"TCXONC", TCXONC},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 135 pub const TCXONC: ::Ioctl = 0x540A; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 122 pub const TCXONC: ::Ioctl = 0x5406; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 114 pub const TCXONC: ::Ioctl = 0x20005406; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 114 pub const TCXONC: ::Ioctl = 0x2000741E; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 496 pub const TCXONC: ::c_int = 21514; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 9 #define TCXONC 0x540aul macro 1565 #define TCXONC 0x540aul macro 3125 #define TCXONC 0x540aul macro 4681 #define TCXONC 0x540aul macro 6133 #define TCXONC 0x2000741eul macro 7580 #define TCXONC 0x5406ul macro 9130 #define TCXONC 0x5406ul macro 10680 #define TCXONC 0x540aul macro
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1622 pub const TCXONC: ::c_int = 0x540A; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 9 pub const TCXONC: u32 = 21514; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 193 IOCTL_REQUEST(TCXONC); in list()
|