Home
last modified time | relevance | path

Searched refs:TtyType (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs86 pub enum TtyType { enum
102 tty_type: TtyType,
110 pub fn new(name: String, id_table: IdTable, tty_type: TtyType) -> Arc<TtyDevice> { in new()
140 if self.tty_type == TtyType::Pty(PtyType::Ptm) { in open()
601 TtyType::Tty, in tty_init()
610 TtyType::Tty, in tty_init()
/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/virtual_terminal/
H A Dmod.rs25 tty_device::{TtyDevice, TtyType},
305 TtyType::Tty, in vty_init()
/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs25 tty_device::{TtyDevice, TtyType},
230 TtyType::Pty(super::tty_device::PtyType::Ptm), in unix98pty_init()