Home
last modified time | relevance | path

Searched refs:UNIX98_PTY_SLAVE_MAJOR (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/driver/base/device/
H A Ddevice_number.rs24 pub const UNIX98_PTY_SLAVE_MAJOR: Self = constant
/DragonOS/kernel/src/filesystem/devpts/
H A Dmod.rs245 DeviceNumber::new(Major::UNIX98_PTY_SLAVE_MAJOR, name.parse::<u32>().unwrap()); in create_with_data()
/DragonOS/kernel/src/driver/tty/pty/
H A Dmod.rs272 Major::UNIX98_PTY_SLAVE_MAJOR, in pty_init()