Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs230 TtyType::Pty(super::tty_device::PtyType::Ptm), in unix98pty_init()
253 TtyDriverType::Pty, in pty_init()
273 TtyDriverType::Pty, in pty_init()
H A Dunix98pty.rs206 if let TtyDriverPrivateData::Pty(false) = priv_data { in lookup()
/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs88 Pty(PtyType), enumerator
140 if self.tty_type == TtyType::Pty(PtyType::Ptm) { in open()
168 || (driver.tty_driver_type() == TtyDriverType::Pty in open()
H A Dtty_driver.rs44 Pty(bool), enumerator
459 Pty, enumerator
H A Dtty_core.rs103 if driver.tty_driver_type() == TtyDriverType::Pty in reopen()
158 let real_tty = if core.driver().tty_driver_type() == TtyDriverType::Pty in tty_mode_ioctl()
/DragonOS/kernel/src/filesystem/devpts/
H A Dmod.rs238 TtyType::Pty(PtyType::Pts), in create_with_data()