Home
last modified time | relevance | path

Searched defs:cfsetospeed (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/termios/
H A Dcfsetospeed.c7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() function
/third_party/musl/src/termios/
H A Dcfsetospeed.c7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() function
/third_party/rust/crates/rustix/src/termios/
H A Dcf.rs26 pub fn cfsetospeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetospeed() functions
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs1036 pub fn cfsetospeed<T: Into<u32>>(termios: &mut Termios, baud: T) -> Result<()> { in cfsetospeed() functions
1090 pub fn cfsetospeed(termios: &mut Termios, baud: BaudRate) -> Result<()> { cfsetospeed() functions
[all...]
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1376 pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetospeed() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3837 pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetospeed() functions

Completed in 16 milliseconds