Home
last modified time | relevance | path

Searched defs:cfgetospeed (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/termios/
Dcfgetospeed.c5 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed() function
/third_party/rust/crates/rustix/src/termios/
Dcf.rs7 pub fn cfgetospeed(termios: &Termios) -> Speed { in cfgetospeed() function
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dsyscalls.rs109 pub(crate) fn cfgetospeed(termios: &Termios) -> Speed { in cfgetospeed() function
/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/libc/src/unix/
Dmod.rs1374 pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t; in cfgetospeed() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3834 pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t; in cfgetospeed() function