/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
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))) } in tcsendbreak() 87 unsafe { ret(syscall_readonly!(__NR_ioctl, fd, c_uint(TCSBRK), c_uint(1))) } in tcdrain()
|
/third_party/musl/src/termios/ |
D | tcsendbreak.c | 7 return ioctl(fd, TCSBRK, 0); in tcsendbreak()
|
D | tcdrain.c | 7 return syscall_cp(SYS_ioctl, fd, TCSBRK, 1); in tcdrain()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 19 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 15 #define TCSBRK 0x5405 macro
|
/third_party/rust/crates/nix/test/sys/ |
D | test_ioctl.rs | 201 use libc::{termios, TCGETS, TCSBRK, TCSETS, TIOCNXCL}; 223 ioctl_write_int_bad!(tcsbrk, TCSBRK);
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 15 #define TCSBRK 0x5405 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 15 #define TCSBRK 0x5405 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 34 #define TCSBRK _IO('t', 29) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 36 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 34 #define TCSBRK _IO('t', 29) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 36 #define TCSBRK 0x5409 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 24 #define TCSBRK _IO('t', 29) macro
|
/third_party/python/Modules/ |
D | termios.c | 796 #ifdef TCSBRK 797 {"TCSBRK", TCSBRK},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 113 pub const TCSBRK: ::Ioctl = 0x20005405; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 113 pub const TCSBRK: ::Ioctl = 0x2000741D; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 121 pub const TCSBRK: ::Ioctl = 0x5405; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 134 pub const TCSBRK: ::Ioctl = 0x5409; constant
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
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
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 944 TCSBRK
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 42 TCSBRK
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
D | mod.rs | 495 pub const TCSBRK: ::c_int = 21513; constant
|