Home
last modified time | relevance | path

Searched refs:other_tty (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs102 let other_tty = TtyCore::new(other_driver.clone(), core.index()); in pty_common_install() localVariable
103 other_driver.add_tty(other_tty.clone()); in pty_common_install()
108 let o_core = other_tty.core(); in pty_common_install()
118 .insert(core.index(), other_tty.clone()); in pty_common_install()
125 core.set_link(Arc::downgrade(&other_tty)); in pty_common_install()
128 port0.setup_internal_tty(Arc::downgrade(&other_tty)); in pty_common_install()
130 other_tty.set_port(port0); in pty_common_install()
137 PTS_DRIVER.ttys().insert(core.index(), other_tty); in pty_common_install()