Home
last modified time | relevance | path

Searched refs:cfgetospeed (Results 1 – 25 of 28) sorted by relevance

12

/third_party/musl/src/termios/
Dcfgetospeed.c5 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed() function
12 return cfgetospeed(tio); in cfgetispeed()
/third_party/rust/crates/rustix/src/termios/
Dcf.rs7 pub fn cfgetospeed(termios: &Termios) -> Speed { in cfgetospeed() function
8 backend::termios::syscalls::cfgetospeed(termios) in cfgetospeed()
Dmod.rs13 pub use cf::{cfgetispeed, cfgetospeed, cfmakeraw, cfsetispeed, cfsetospeed, cfsetspeed};
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dsyscalls.rs109 pub(crate) fn cfgetospeed(termios: &Termios) -> Speed { in cfgetospeed() function
110 unsafe { c::cfgetospeed(termios) } in cfgetospeed()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dcfgetospeed.c32 speed_t ret = cfgetospeed(&t); in cfgetospeed_0100()
Dcfsetospeed.c33 speed_t ret = cfgetospeed(&t); in cfsetospeed_0100()
Dtest_src_functionalext_supplement_termios.gni16 "cfgetospeed",
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dtermios.h19 speed_t cfgetospeed (const struct termios *);
/third_party/musl/porting/uniproton/kernel/include/
Dtermios.h22 speed_t cfgetospeed (const struct termios *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtermios.h22 speed_t cfgetospeed (const struct termios *);
/third_party/musl/porting/liteos_m/kernel/include/
Dtermios.h22 speed_t cfgetospeed (const struct termios *);
/third_party/musl/ndk_musl_include/
Dtermios.h22 speed_t cfgetospeed (const struct termios *);
/third_party/musl/porting/liteos_a/kernel/include/
Dtermios.h23 speed_t cfgetospeed (const struct termios *);
/third_party/musl/include/
Dtermios.h23 speed_t cfgetospeed (const struct termios *);
/third_party/musl/Benchmark/musl/
Dlibc_ioctl.cpp44 int speed = cfgetospeed(&ttydev); in Bm_function_Ioctl_baudrate()
/third_party/rust/crates/nix/src/sys/
Dtermios.rs1016 pub fn cfgetospeed(termios: &Termios) -> u32 {
1018 unsafe { libc::cfgetospeed(&*inner_termios) as u32 }
1070 pub fn cfgetospeed(termios: &Termios) -> BaudRate {
1072 unsafe { libc::cfgetospeed(&*inner_termios) }.try_into().unwrap()
/third_party/musl/libc-test/src/api/
Dtermios.c121 {speed_t(*p)(const struct termios*) = cfgetospeed;} in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dsyscalls.rs147 pub(crate) fn cfgetospeed(termios: &Termios) -> u32 { in cfgetospeed() function
/third_party/rust/crates/rustix/examples/
Dstdio.rs64 if let Some(speed) = speed_value(cfgetospeed(&term)) { in show()
/third_party/python/Modules/
Dtermios.c90 speed_t ospeed = cfgetospeed(&mode); in termios_tcgetattr_impl()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt478 cfgetospeed
Dandroid.txt2883 cfgetospeed
/third_party/toybox/toys/pending/
Dstty.c192 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t)); in show_speed()
/third_party/musl/
Dlibc.map.txt418 cfgetospeed;
/third_party/rust/crates/libc/src/unix/
Dmod.rs1374 pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t; in cfgetospeed() function

12