Home
last modified time | relevance | path

Searched defs:termios2 (Results 1 – 13 of 13) sorted by relevance

/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h19 struct termios2 { struct
20 tcflag_t c_iflag; /* input mode flags */
21 tcflag_t c_oflag; /* output mode flags */
22 tcflag_t c_cflag; /* control mode flags */
23 tcflag_t c_lflag; /* local mode flags */
24 cc_t c_line; /* line discipline */
25 cc_t c_cc[NCCS]; /* control characters */
26 speed_t c_ispeed; /* input speed */
27 speed_t c_ospeed; /* output speed */
/external/rust/android-crates-io/crates/rustix/src/backend/libc/termios/
Dsyscalls.rs40 let termios2 = unsafe { in tcgetattr() localVariable
41 let mut termios2 = MaybeUninit::<c::termios2>::uninit(); in tcgetattr() localVariable
176 let mut termios2 = termios2 { in tcsetattr() localVariable
/external/rust/android-crates-io/crates/serialport/src/posix/
Dioctl.rs177 pub fn tcgets2(fd: RawFd) -> Result<libc::termios2> { in tcgets2()
Dtty.rs475 let termios2 = ioctl::tcgets2(self.fd.as_raw_fd())?; in baud_rate() localVariable
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h33659 struct termios2 { struct
33660 tcflag_t c_iflag;
33661 tcflag_t c_oflag;
33662 tcflag_t c_cflag;
33663 tcflag_t c_lflag;
33664 cc_t c_line;
33665 cc_t c_cc[19];
33666 speed_t c_ispeed;
33667 speed_t c_ospeed;
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h94374 struct termios2 { struct
94375 tcflag_t c_iflag;
94376 tcflag_t c_oflag;
94377 tcflag_t c_cflag;
94378 tcflag_t c_lflag;
94379 cc_t c_line;
94380 cc_t c_cc[19];
94381 speed_t c_ispeed;
94382 speed_t c_ospeed;
Dvmlinux.h94374 struct termios2 { struct
94375 tcflag_t c_iflag;
94376 tcflag_t c_oflag;
94377 tcflag_t c_cflag;
94378 tcflag_t c_lflag;
94379 cc_t c_line;
94380 cc_t c_cc[19];
94381 speed_t c_ispeed;
94382 speed_t c_ospeed;
/external/bcc/libbpf-tools/x86/
Dvmlinux.h91799 struct termios2 { struct
91800 tcflag_t c_iflag;
91801 tcflag_t c_oflag;
91802 tcflag_t c_cflag;
91803 tcflag_t c_lflag;
91804 cc_t c_line;
91805 cc_t c_cc[19];
91806 speed_t c_ispeed;
91807 speed_t c_ospeed;
Dvmlinux_518.h91799 struct termios2 { struct
91800 tcflag_t c_iflag;
91801 tcflag_t c_oflag;
91802 tcflag_t c_cflag;
91803 tcflag_t c_lflag;
91804 cc_t c_line;
91805 cc_t c_cc[19];
91806 speed_t c_ispeed;
91807 speed_t c_ospeed;
/external/bcc/libbpf-tools/riscv/
Dvmlinux_602.h81709 struct termios2 { struct
81710 tcflag_t c_iflag;
81711 tcflag_t c_oflag;
81712 tcflag_t c_cflag;
81713 tcflag_t c_lflag;
81714 cc_t c_line;
81715 cc_t c_cc[19];
81716 speed_t c_ispeed;
81717 speed_t c_ospeed;
Dvmlinux.h81709 struct termios2 { struct
81710 tcflag_t c_iflag;
81711 tcflag_t c_oflag;
81712 tcflag_t c_cflag;
81713 tcflag_t c_lflag;
81714 cc_t c_line;
81715 cc_t c_cc[19];
81716 speed_t c_ispeed;
81717 speed_t c_ospeed;
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h143175 struct termios2 { struct
143176 tcflag_t c_iflag;
143177 tcflag_t c_oflag;
143178 tcflag_t c_cflag;
143179 tcflag_t c_lflag;
143180 cc_t c_line;
143181 cc_t c_cc[19];
143182 speed_t c_ispeed;
143183 speed_t c_ospeed;
Dvmlinux.h143175 struct termios2 { struct
143176 tcflag_t c_iflag;
143177 tcflag_t c_oflag;
143178 tcflag_t c_cflag;
143179 tcflag_t c_lflag;
143180 cc_t c_line;
143181 cc_t c_cc[19];
143182 speed_t c_ispeed;
143183 speed_t c_ospeed;