Home
last modified time | relevance | path

Searched defs:termios (Results 1 – 25 of 49) sorted by relevance

12

/third_party/rust/crates/nix/test/sys/
Dtest_termios.rs53 let mut termios = { in test_output_flags() localVariable
57 let termios = tcgetattr(pty.slave).expect("tcgetattr failed"); in test_output_flags() localVariable
99 let mut termios = { in test_local_flags() localVariable
103 let termios = tcgetattr(pty.slave).unwrap(); in test_local_flags() localVariable
Dtest_ioctl.rs218 let mut termios = unsafe { mem::zeroed() }; in test_ioctl_read_bad() localVariable
235 let termios: termios = unsafe { mem::zeroed() }; in test_ioctl_write_ptr_bad() localVariable
363 let mut termios = unsafe { mem::zeroed() }; in test_ioctl_read() localVariable
372 let termios: termios = unsafe { mem::zeroed() }; in test_ioctl_write_ptr() localVariable
/third_party/rust/crates/nix/src/sys/
Dtermios.rs261 pub(crate) fn get_libc_termios(&self) -> Ref<libc::termios> { in get_libc_termios()
263 let mut termios = self.inner.borrow_mut(); in get_libc_termios() localVariable
287 pub(crate) unsafe fn get_libc_termios_mut(&mut self) -> *mut libc::termios { in get_libc_termios_mut()
289 let mut termios = self.inner.borrow_mut(); in get_libc_termios_mut() localVariable
309 let termios = *self.inner.borrow_mut(); in update_wrapper() localVariable
345 impl From<Termios> for libc::termios { implementation
1147 let mut termios = mem::MaybeUninit::uninit(); in tcgetattr() localVariable
/third_party/rust/crates/libc/src/unix/solarish/
Dcompat.rs10 pub unsafe fn cfmakeraw(termios: *mut ::termios) { in cfmakeraw() argument
35 pub unsafe fn cfsetspeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int { in cfsetspeed() argument
59 termp: *const termios, in openpty()
126 termp: *const termios, in forkpty()
/third_party/musl/arch/powerpc/bits/
Dtermios.h3 struct termios { struct
4 tcflag_t c_iflag;
5 tcflag_t c_oflag;
6 tcflag_t c_cflag;
7 tcflag_t c_lflag;
8 cc_t c_cc[NCCS];
9 cc_t c_line;
10 speed_t __c_ispeed;
11 speed_t __c_ospeed;
/third_party/musl/arch/mipsn32/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/arch/mips64/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/arch/mips/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/arch/powerpc64/bits/
Dtermios.h3 struct termios { struct
4 tcflag_t c_iflag;
5 tcflag_t c_oflag;
6 tcflag_t c_cflag;
7 tcflag_t c_lflag;
8 cc_t c_cc[NCCS];
9 cc_t c_line;
10 speed_t __c_ispeed;
11 speed_t __c_ospeed;
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/arch/generic/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/rust/crates/nix/test/
Dtest_pty.rs160 let mut termios = tcgetattr(fd).unwrap(); in make_raw() localVariable
240 let mut termios = { in test_openpty_with_termios() localVariable
244 let termios = tcgetattr(pty.slave).unwrap(); in test_openpty_with_termios() localVariable
/third_party/ltp/testcases/kernel/pty/
Dptem01.c57 struct termios termios; in test1() local
383 struct termios termios; in test6() local
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dmod.rs49 pub(crate) mod termios; module
/third_party/rust/crates/rustix/src/backend/libc/
Dmod.rs86 pub(crate) mod termios; module
/third_party/python/Lib/test/
Dtest_ioctl.py7 termios = import_module('termios') variable
Dtest_getpass.py11 termios = None variable
/third_party/rust/crates/rustix/src/
Dlib.rs194 pub mod termios; module
/third_party/node/src/
Dnode.cc462 struct termios termios; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs330 termp: *mut termios, in openpty()
336 termp: *mut termios, in forkpty()
/third_party/rust/crates/libc/src/unix/
Dmod.rs1375 pub fn cfsetispeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetispeed() argument
1376 pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetospeed() argument

12