Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs43 PtyCommon::pty_common_open(tty) in open()
H A Dmod.rs142 pub fn pty_common_open(core: &TtyCoreData) -> Result<(), SystemError> { in pty_common_open() method