Searched defs:cfsetospeed (Results 1 – 7 of 7) sorted by relevance
7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() function
26 pub fn cfsetospeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetospeed() function
128 pub(crate) fn cfsetospeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetospeed() function
175 pub(crate) fn cfsetospeed(termios: &mut Termios, speed: u32) -> io::Result<()> { in cfsetospeed() function
1376 pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetospeed() function
3837 pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetospeed() function