Searched refs:CREAD (Results 1 – 5 of 5) sorted by relevance
129 | ControlMode::CREAD296 const CREAD = 0x00000080; constant
260 termios.control_mode &= ControlMode::HUPCL | ControlMode::CREAD | ControlMode::CLOCAL; in set_termios_next()262 & !(ControlMode::HUPCL | ControlMode::CREAD | ControlMode::CLOCAL); in set_termios_next()
57 | ControlMode::CREAD
262 term.control_mode = ControlMode::B38400 | ControlMode::CS8 | ControlMode::CREAD; in pty_init()283 term.control_mode = ControlMode::B38400 | ControlMode::CS8 | ControlMode::CREAD; in pty_init()
157 .insert(ControlMode::CS8 | ControlMode::CREAD); in set_termios()