Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/device/
H A Ddevice_number.rs22 pub const UNIX98_PTY_MASTER_MAJOR: Self = Self::new(128); constant
25 Self::new(Self::UNIX98_PTY_MASTER_MAJOR.0 + Self::UNIX98_PTY_MAJOR_COUNT.0);
/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs251 Major::UNIX98_PTY_MASTER_MAJOR, in pty_init()