Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs304 const CLOCAL = 0x00000800; constant
H A Dtty_core.rs246 termios.control_mode &= ControlMode::HUPCL | ControlMode::CREAD | ControlMode::CLOCAL; in set_termios_next()
248 & !(ControlMode::HUPCL | ControlMode::CREAD | ControlMode::CLOCAL); in set_termios_next()