/third_party/musl/src/termios/ |
H A D | tcdrain.c | 7 return syscall_cp(SYS_ioctl, fd, TCSBRK, 1); in tcdrain()
|
H A D | tcsendbreak.c | 7 return ioctl(fd, TCSBRK, 0); in tcsendbreak()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 15 #define TCSBRK 0x5405 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 15 #define TCSBRK 0x5405 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 34 #define TCSBRK _IO('t', 29) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 15 #define TCSBRK 0x5405 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 34 #define TCSBRK _IO('t', 29) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 24 #define TCSBRK _IO('t', 29) 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, 82 unsafe { ret(syscall_readonly!(__NR_ioctl, fd, c_uint(TCSBRK), c_uint(0))) } 87 unsafe { ret(syscall_readonly!(__NR_ioctl, fd, c_uint(TCSBRK), c_uint(1))) }
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 36 #define TCSBRK 0x5409 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 36 #define TCSBRK 0x5409 macro
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_ioctl.rs | 201 use libc::{termios, TCGETS, TCSBRK, TCSETS, TIOCNXCL}; 223 ioctl_write_int_bad!(tcsbrk, TCSBRK);
|
/third_party/python/Modules/ |
H A D | termios.c | 1012 #ifdef TCSBRK 1013 {"TCSBRK", TCSBRK},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 134 pub const TCSBRK: ::Ioctl = 0x5409; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 121 pub const TCSBRK: ::Ioctl = 0x5405; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 113 pub const TCSBRK: ::Ioctl = 0x20005405; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 113 pub const TCSBRK: ::Ioctl = 0x2000741D; consts
|
/third_party/backends/backend/ |
H A D | dc210.c | 396 /* Used to supply a non-zero argument to tcsendbreak(), TCSBRK, in init_dc210() 409 # elif defined(TCSBRK) in init_dc210() 410 ioctl (camera->fd, TCSBRK, 0); in init_dc210()
|
H A D | dc240.c | 441 /* Used to supply a non-zero argument to tcsendbreak(), TCSBRK, in init_dc240() 454 # elif defined(TCSBRK) in init_dc240() 455 ioctl (camera->fd, TCSBRK, 0); in init_dc240()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 495 pub const TCSBRK: ::c_int = 21513; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 44 #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
|