Home
last modified time | relevance | path

Searched defs:set_termios (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dmod.rs49 fn set_termios(&self, tty: Arc<TtyCore>, old: Option<Termios>) -> Result<(), SystemError>; in set_termios() method
H A Dntty.rs1900 fn set_termios( in set_termios() method
/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs107 fn set_termios(&self, tty: Arc<TtyCore>, old_termios: Termios) -> Result<(), SystemError> { in set_termios() method
/DragonOS/kernel/src/driver/tty/
H A Dtty_core.rs386 pub fn set_termios(&self, termios: Termios) { in set_termios() method
601 fn set_termios(&self, tty: Arc<TtyCore>, old_termios: Termios) -> Result<(), SystemError> { in set_termios() method
H A Dtty_driver.rs498 fn set_termios(&self, _tty: Arc<TtyCore>, _old_termios: Termios) -> Result<(), SystemError> { in set_termios() method