Home
last modified time | relevance | path

Searched refs:Ptm (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs93 Ptm, enumerator
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()