Searched defs:tty (Results 1 – 10 of 10) sorted by relevance
23 tty: Weak<TtyCore>, field51 pub fn tty(&self) -> Option<Arc<TtyCore>> { in tty() method82 let tty = self.port_data().internal_tty().unwrap(); in receive_buf() localVariable
269 let tty = tty_core.core(); in standard_install() localVariable313 let tty = TtyCore::new(self.self_ref(), idx); in init_tty_device() localVariable342 let mut tty: Option<Arc<TtyCore>> = None; in open_tty() localVariable359 let tty = tty.ok_or(SystemError::ENODEV)?; in open_tty() localVariable
152 let tty = driver.open_tty(Some(index))?; in open() localVariable585 pub tty: Arc<TtyCore>, field590 pub fn tty(&self) -> Arc<TtyCore> { in tty() method
17 pub mod tty; module
44 let tty = port.port_data().internal_tty(); in __write_string() localVariable
67 let tty = vc.port().port_data().tty().unwrap(); in con_init() localVariable
266 let tty = ptm_driver().init_tty_device(Some(index))?; in ptmx_open() localVariable
717 let tty = ProcessManager::current_pcb().sig_info_irqsave().tty(); in do_create_pcb() localVariable1531 tty: Option<Arc<TtyCore>>, field1559 pub fn tty(&self) -> Option<Arc<TtyCore>> { in tty() method
125 tty: Weak<TtyCore>, field1168 let tty = self.tty.upgrade().unwrap(); in process_output_block() localVariable
1040 let tty = port.port_data().internal_tty(); in rs_textui_putchar() localVariable