Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/devpts/
H A Dmod.rs22 tty_device::{PtyType, TtyDevice, TtyType},
238 TtyType::Pty(PtyType::Pts), in create_with_data()
/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs88 Pty(PtyType),
92 pub enum PtyType { enum
140 if self.tty_type == TtyType::Pty(PtyType::Ptm) { in open()
/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs230 TtyType::Pty(super::tty_device::PtyType::Ptm), in unix98pty_init()