Searched refs:TtyType (Results 1 – 5 of 5) sorted by relevance
/DragonOS/kernel/src/driver/tty/ |
H A D | tty_device.rs | 86 pub enum TtyType { enum 102 tty_type: TtyType, 110 pub fn new(name: String, id_table: IdTable, tty_type: TtyType) -> Arc<TtyDevice> { in new() 144 if self.tty_type == TtyType::Pty(PtyType::Ptm) { in open() 605 TtyType::Tty, in tty_init()
|
H A D | tty_driver.rs | 332 super::tty_device::TtyType::Tty, in init_tty_device()
|
/DragonOS/kernel/src/filesystem/devpts/ |
H A D | mod.rs | 22 tty_device::{PtyType, TtyDevice, TtyType}, 238 TtyType::Pty(PtyType::Pts), in create_with_data()
|
/DragonOS/kernel/src/driver/tty/pty/ |
H A D | mod.rs | 25 tty_device::{TtyDevice, TtyType}, 230 TtyType::Pty(super::tty_device::PtyType::Ptm), in unix98pty_init()
|
/DragonOS/kernel/src/driver/tty/virtual_terminal/ |
H A D | mod.rs | 31 tty_device::{TtyDevice, TtyType}, 114 TtyType::Tty, in devfs_setup()
|