Searched refs:cfgetospeed (Results 1 – 16 of 16) sorted by relevance
52 speed_t cfgetospeed(const struct termios *);
80 speed_t cfgetospeed(const struct termios *t) in cfgetospeed() function
891 pub fn cfgetospeed(termios: &Termios) -> u32 {893 unsafe { libc::cfgetospeed(&*inner_termios) as u32 }945 pub fn cfgetospeed(termios: &Termios) -> BaudRate {947 unsafe { libc::cfgetospeed(&*inner_termios) }.try_into().unwrap()
55 cfgetospeed U
301 obaud = speed_to_baud(cfgetospeed(&tio)); in ssh_tty_make_modes()
87 ospeed = cfgetospeed(&mode); in termios_tcgetattr()
100 ospeed = cfgetospeed(&mode); in termios_tcgetattr()
195 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t)); in show_speed()
991 speed = cfgetospeed(&tios); in set_up_tty()
1251 speed = cfgetospeed(&tios);
1330 pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t; in cfgetospeed() function
837 - `::nix::sys::termios::{cfgetispeed, cfsetispeed, cfgetospeed, cfsetospeed}`
3814 pub fn cfgetospeed(termios: *const ::termios) -> ::speed_t; in cfgetospeed() function
1452 fun:cfgetospeed=uninstrumented
907 PUBLIC d2ed0 0 cfgetospeed