/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 100 pub const TCSETSF: ::Ioctl = 0x803c7416; consts 105 pub const TCSETSF: ::Ioctl = 0x802c7416; consts
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 14 #define TCSETSF 0x5404 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 14 #define TCSETSF 0x5404 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 14 #define TCSETSF 0x5404 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 14 #define TCSETSF 0x5404 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 21 #define TCSETSF 0x5410 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 21 #define TCSETSF 0x5410 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 27 #define TCSETSF _IOW('t', 22, char[44]) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 21 #define TCSETSF 0x5410 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 27 #define TCSETSF _IOW('t', 22, char[44]) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 79 #define TCSETSF _IO('T', 4) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 31 #define TCSETSF 0x5404 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 31 #define TCSETSF 0x5404 macro
|
/third_party/python/Modules/ |
H A D | termios.c | 1030 #ifdef TCSETSF 1031 {"TCSETSF", TCSETSF},
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | ptem01.c | 90 if (ioctl(slavefd, TCSETSF, &termios) != 0) { in test1() 91 tst_brkm(TFAIL, NULL, "TCSETSF"); in test1()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 129 pub const TCSETSF: ::Ioctl = 0x5404; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 116 pub const TCSETSF: ::Ioctl = 0x5410; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 108 pub const TCSETSF: ::Ioctl = 0x8024540b; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 490 pub const TCSETSF: ::c_int = 21508; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 69 #define TCSETSF 0x5404ul macro 1625 #define TCSETSF 0x5404ul macro 3185 #define TCSETSF 0x5404ul macro 4741 #define TCSETSF 0x5404ul macro 6190 #define TCSETSF 0x802c7416ul macro 7637 #define TCSETSF 0x5410ul macro 9187 #define TCSETSF 0x5410ul macro 10740 #define TCSETSF 0x5404ul macro
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1616 pub const TCSETSF: ::c_int = 0x5404; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 69 pub const TCSETSF: u32 = 21508; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 272 IOCTL_REQUEST(TCSETSF); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 66 pub const TCSETSF: u32 = 2150396950; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 66 pub const TCSETSF: u32 = 21520; consts
|