Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs29 pub struct Unix98PtyDriverInner; struct
31 impl Unix98PtyDriverInner { impl
37 impl TtyOperation for Unix98PtyDriverInner { implementation
H A Dmod.rs20 use self::unix98pty::{Unix98PtyDriverInner, NR_UNIX98_PTY_MAX};
255 Arc::new(Unix98PtyDriverInner::new()), in pty_init()
276 Arc::new(Unix98PtyDriverInner::new()), in pty_init()