Searched refs:m_termios (Results 1 – 1 of 1) sorted by relevance
27 struct termios m_termios; ///< Cached terminal state information. member51 if (::tcgetattr(m_fd, &data.m_termios) != 0) in GetData()66 if (::tcsetattr(m_fd, TCSANOW, &data.m_termios) != 0) in SetData()82 struct termios &fd_termios = data->m_termios; in SetEcho()98 struct termios &fd_termios = data->m_termios; in SetCanonical()114 struct termios &fd_termios = data->m_termios; in SetRaw()279 struct termios &fd_termios = data->m_termios; in SetBaudRate()305 struct termios &fd_termios = data->m_termios; in SetStopBits()330 struct termios &fd_termios = data->m_termios; in SetParity()363 struct termios &fd_termios = data->m_termios; in SetParityCheck()[all …]