Home
last modified time | relevance | path

Searched defs:tty_core (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/driver/tty/
H A Dmod.rs8 pub mod tty_core; module
H A Dtty_core.rs100 let tty_core = self.core(); in reopen() localVariable
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dmod.rs171 let tty_core = tty.core(); in install() localVariable