Home
last modified time | relevance | path

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

12

/third_party/musl/src/termios/
H A Dtcdrain.c7 return syscall_cp(SYS_ioctl, fd, TCSBRK, 1); in tcdrain()
H A Dtcsendbreak.c7 return ioctl(fd, TCSBRK, 0); in tcsendbreak()
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dioctl.h19 #define TCSBRK 0x5409 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dioctl.h19 #define TCSBRK 0x5409 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dioctl.h19 #define TCSBRK 0x5409 macro
/third_party/musl/arch/generic/bits/
H A Dioctl.h19 #define TCSBRK 0x5409 macro
/third_party/musl/arch/mips64/bits/
H A Dioctl.h15 #define TCSBRK 0x5405 macro
/third_party/musl/arch/mipsn32/bits/
H A Dioctl.h15 #define TCSBRK 0x5405 macro
/third_party/musl/arch/powerpc64/bits/
H A Dioctl.h34 #define TCSBRK _IO('t', 29) macro
/third_party/musl/arch/mips/bits/
H A Dioctl.h15 #define TCSBRK 0x5405 macro
/third_party/musl/arch/powerpc/bits/
H A Dioctl.h34 #define TCSBRK _IO('t', 29) macro
/third_party/musl/arch/sh/bits/
H A Dioctl.h24 #define TCSBRK _IO('t', 29) 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,
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 Dioctl.h36 #define TCSBRK 0x5409 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dioctl.h36 #define TCSBRK 0x5409 macro
/third_party/rust/crates/nix/test/sys/
H A Dtest_ioctl.rs201 use libc::{termios, TCGETS, TCSBRK, TCSETS, TIOCNXCL};
223 ioctl_write_int_bad!(tcsbrk, TCSBRK);
/third_party/python/Modules/
H A Dtermios.c1012 #ifdef TCSBRK
1013 {"TCSBRK", TCSBRK},
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs134 pub const TCSBRK: ::Ioctl = 0x5409; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs121 pub const TCSBRK: ::Ioctl = 0x5405; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs113 pub const TCSBRK: ::Ioctl = 0x20005405; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs113 pub const TCSBRK: ::Ioctl = 0x2000741D; consts
/third_party/backends/backend/
H A Ddc210.c396 /* 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 Ddc240.c441 /* 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 Dmod.rs495 pub const TCSBRK: ::c_int = 21513; consts
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A 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

Completed in 60 milliseconds

12