Searched refs:cfgetispeed (Results 1 – 13 of 13) sorted by relevance
53 speed_t cfgetispeed(const struct termios *);
85 speed_t cfgetispeed(const struct termios *t) in cfgetispeed() function
882 pub fn cfgetispeed(termios: &Termios) -> u32 {884 unsafe { libc::cfgetispeed(&*inner_termios) as u32 }936 pub fn cfgetispeed(termios: &Termios) -> BaudRate {938 unsafe { libc::cfgetispeed(&*inner_termios) }.try_into().unwrap()
302 ibaud = speed_to_baud(cfgetispeed(&tio)); in ssh_tty_make_modes()
86 ispeed = cfgetispeed(&mode); in termios_tcgetattr()
99 ispeed = cfgetispeed(&mode); in termios_tcgetattr()
195 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t)); in show_speed()
1329 pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t; in cfgetispeed() function
837 - `::nix::sys::termios::{cfgetispeed, cfsetispeed, cfgetospeed, cfsetospeed}`
3813 pub fn cfgetispeed(termios: *const ::termios) -> ::speed_t; in cfgetispeed() function
1451 fun:cfgetispeed=uninstrumented
908 PUBLIC d2ee0 0 cfgetispeed