Home
last modified time | relevance | path

Searched refs:TCSETS (Results 1 - 25 of 41) sorted by relevance

12

/third_party/musl/Benchmark/musl/
H A Dlibc_ioctl.cpp45 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 Dptem01.c82 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 Dtcsetattr.c11 return ioctl(fd, TCSETS+act, tio); in tcsetattr()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs98 pub const TCSETS: ::Ioctl = 0x803c7414; consts
103 pub const TCSETS: ::Ioctl = 0x802c7414; consts
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dioctl.h12 #define TCSETS 0x5402 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dioctl.h12 #define TCSETS 0x5402 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dioctl.h12 #define TCSETS 0x5402 macro
/third_party/musl/arch/generic/bits/
H A Dioctl.h12 #define TCSETS 0x5402 macro
/third_party/musl/arch/mips64/bits/
H A Dioctl.h19 #define TCSETS 0x540E macro
/third_party/musl/arch/mipsn32/bits/
H A Dioctl.h19 #define TCSETS 0x540E macro
/third_party/musl/arch/powerpc64/bits/
H A Dioctl.h25 #define TCSETS _IOW('t', 20, char[44]) macro
/third_party/musl/arch/mips/bits/
H A Dioctl.h19 #define TCSETS 0x540E macro
/third_party/musl/arch/powerpc/bits/
H A Dioctl.h25 #define TCSETS _IOW('t', 20, char[44]) macro
/third_party/musl/arch/sh/bits/
H A Dioctl.h77 #define TCSETS _IO('T', 2) 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,
68 TCSETS + optional_actions as u32
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dioctl.h29 #define TCSETS 0x5402 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dioctl.h29 #define TCSETS 0x5402 macro
/third_party/rust/crates/nix/test/sys/
H A Dtest_ioctl.rs201 use libc::{termios, TCGETS, TCSBRK, TCSETS, TIOCNXCL};
231 ioctl_write_ptr_bad!(tcsets, TCSETS, termios);
/third_party/toybox/toys/pending/
H A Dstrace.c103 C(TCSETS); in strioctl()
464 case TCSETS: TT.fmt = "fi{termios}"; break; in print_enter()
/third_party/python/Modules/
H A Dtermios.c1027 #ifdef TCSETS
1028 {"TCSETS", TCSETS},
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs127 pub const TCSETS: ::Ioctl = 0x5402; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs114 pub const TCSETS: ::Ioctl = 0x540e; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs106 pub const TCSETS: ::Ioctl = 0x80245409; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/
H A Dmod.rs488 pub const TCSETS: ::c_int = 21506; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs636 pub const TCSETS: ::c_ulong = 0x5402; consts

Completed in 26 milliseconds

12