Searched refs:ttys (Results 1 – 4 of 4) sorted by relevance
132 ttys: SpinLock<HashMap<usize, Arc<TtyCore>>>, field172 ttys: SpinLock::new(HashMap::new()), in new()193 self.ttys.lock().insert(tty_core.core().index(), tty_core); in add_tty()242 pub fn ttys(&self) -> SpinLockGuard<HashMap<usize, Arc<TtyCore>>> { in ttys() method243 self.ttys.lock() in ttys()262 let device_guard = self.ttys.lock(); in lookup_tty()275 self.ttys.lock().insert(tty.index(), tty_core); in standard_install()
47 ptm_driver().ttys().remove(&self.core().index); in drop()
117 .ttys() in pty_common_install()119 driver.ttys().insert(core.index(), tty.clone()); in pty_common_install()137 PTS_DRIVER.ttys().insert(core.index(), other_tty); in pty_common_install()
208 .ttys() in lookup()221 driver.ttys().remove(&tty.core().index()); in close()