Home
last modified time | relevance | path

Searched refs:TCSBRK (Results 1 – 25 of 43) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dsyscalls.rs23 TCFLSH, TCGETS, TCSBRK, TCSETS, TCXONC, TIOCGPGRP, TIOCGSID, TIOCGWINSZ, TIOCSPGRP, TIOCSWINSZ,
82 unsafe { ret(syscall_readonly!(__NR_ioctl, fd, c_uint(TCSBRK), c_uint(0))) } in tcsendbreak()
87 unsafe { ret(syscall_readonly!(__NR_ioctl, fd, c_uint(TCSBRK), c_uint(1))) } in tcdrain()
/third_party/musl/src/termios/
Dtcsendbreak.c7 return ioctl(fd, TCSBRK, 0); in tcsendbreak()
Dtcdrain.c7 return syscall_cp(SYS_ioctl, fd, TCSBRK, 1); in tcdrain()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h19 #define TCSBRK 0x5409 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h19 #define TCSBRK 0x5409 macro
/third_party/musl/arch/generic/bits/
Dioctl.h19 #define TCSBRK 0x5409 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h19 #define TCSBRK 0x5409 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h15 #define TCSBRK 0x5405 macro
/third_party/rust/crates/nix/test/sys/
Dtest_ioctl.rs201 use libc::{termios, TCGETS, TCSBRK, TCSETS, TIOCNXCL};
223 ioctl_write_int_bad!(tcsbrk, TCSBRK);
/third_party/musl/arch/mips/bits/
Dioctl.h15 #define TCSBRK 0x5405 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h15 #define TCSBRK 0x5405 macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h34 #define TCSBRK _IO('t', 29) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h36 #define TCSBRK 0x5409 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h34 #define TCSBRK _IO('t', 29) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h36 #define TCSBRK 0x5409 macro
/third_party/musl/arch/sh/bits/
Dioctl.h24 #define TCSBRK _IO('t', 29) macro
/third_party/python/Modules/
Dtermios.c796 #ifdef TCSBRK
797 {"TCSBRK", TCSBRK},
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs113 pub const TCSBRK: ::Ioctl = 0x20005405; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs113 pub const TCSBRK: ::Ioctl = 0x2000741D; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs121 pub const TCSBRK: ::Ioctl = 0x5405; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs134 pub const TCSBRK: ::Ioctl = 0x5409; constant
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dioctl.h44 #define TCSBRK 0x5409ul macro
1600 #define TCSBRK 0x5409ul macro
3160 #define TCSBRK 0x5409ul macro
4716 #define TCSBRK 0x5409ul macro
6168 #define TCSBRK 0x2000741dul macro
7614 #define TCSBRK 0x5405ul macro
9164 #define TCSBRK 0x5405ul macro
10715 #define TCSBRK 0x5409ul macro
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt944 TCSBRK
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
Dgenerated.txt42 TCSBRK
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/
Dmod.rs495 pub const TCSBRK: ::c_int = 21513; constant

12