/third_party/musl/Benchmark/musl/ |
H A D | libc_ioctl.cpp | 45 ret = ioctl(fd, TCSETS, &ttydev); in Bm_function_Ioctl_baudrate() 53 ret = ioctl(fd, TCSETS, &ttydev); in Bm_function_Ioctl_baudrate()
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | ptem01.c | 82 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test1() 83 tst_brkm(TFAIL, NULL, "TCSETS"); in test1() 94 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test1() 95 tst_brkm(TFAIL, NULL, "TCSETS"); in test1() 410 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test6()
|
/third_party/musl/src/termios/ |
H A D | tcsetattr.c | 11 return ioctl(fd, TCSETS+act, tio); in tcsetattr()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 98 pub const TCSETS: ::Ioctl = 0x803c7414; consts 103 pub const TCSETS: ::Ioctl = 0x802c7414; consts
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 12 #define TCSETS 0x5402 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 12 #define TCSETS 0x5402 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 12 #define TCSETS 0x5402 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 12 #define TCSETS 0x5402 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 19 #define TCSETS 0x540E macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 19 #define TCSETS 0x540E macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 25 #define TCSETS _IOW('t', 20, char[44]) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 19 #define TCSETS 0x540E macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 25 #define TCSETS _IOW('t', 20, char[44]) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 77 #define TCSETS _IO('T', 2) 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, 68 TCSETS + optional_actions as u32
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 29 #define TCSETS 0x5402 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 29 #define TCSETS 0x5402 macro
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_ioctl.rs | 201 use libc::{termios, TCGETS, TCSBRK, TCSETS, TIOCNXCL}; 231 ioctl_write_ptr_bad!(tcsets, TCSETS, termios);
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 103 C(TCSETS); in strioctl() 464 case TCSETS: TT.fmt = "fi{termios}"; break; in print_enter()
|
/third_party/python/Modules/ |
H A D | termios.c | 1027 #ifdef TCSETS 1028 {"TCSETS", TCSETS},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 127 pub const TCSETS: ::Ioctl = 0x5402; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 114 pub const TCSETS: ::Ioctl = 0x540e; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 106 pub const TCSETS: ::Ioctl = 0x80245409; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 488 pub const TCSETS: ::c_int = 21506; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 636 pub const TCSETS: ::c_ulong = 0x5402; consts
|