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()
274 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
144 if self.tty_type == TtyType::Pty(PtyType::Ptm) { in open()
172 || (driver.tty_driver_type() == TtyDriverType::Pty in open()
H A Dtty_driver.rs50 Pty(bool), enumerator
523 Pty, enumerator
H A Dtty_core.rs117 if driver.tty_driver_type() == TtyDriverType::Pty in reopen()
172 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()