Lines Matching refs:c_cflag
1030 ((struct termios *)datap->b_rptr)->c_cflag |= HUPCL; in ttcompat_ioctl_ack()
1140 termiosp->c_cflag = (termiosp->c_cflag & in from_compat()
1144 termiosp->c_cflag |= ((csp->t_ospeed - CBAUD - 1) & CBAUD) | in from_compat()
1147 termiosp->c_cflag |= csp->t_ospeed & CBAUD; in from_compat()
1152 termiosp->c_cflag |= CIBAUDEXT | in from_compat()
1156 termiosp->c_cflag |= (csp->t_ispeed << IBSHIFT) & in from_compat()
1161 termiosp->c_cflag &= ~CBAUD & ~CBAUDEXT; in from_compat()
1164 termiosp->c_cflag |= CSTOPB; in from_compat()
1214 termiosp->c_cflag |= CS8; in from_compat()
1222 termiosp->c_cflag |= CS8; in from_compat()
1225 termiosp->c_cflag |= CS8; in from_compat()
1232 termiosp->c_cflag |= CS8; in from_compat()
1237 termiosp->c_cflag |= CS7|PARENB; in from_compat()
1242 termiosp->c_cflag |= CS7|PARENB|PARODD; in from_compat()
1247 termiosp->c_cflag |= CS7|PARENB; in from_compat()
1289 termiosp->c_cflag |= CLOCAL; in from_compat()
1313 csp->t_ospeed = termiosp->c_cflag & CBAUD; in to_compat()
1314 csp->t_ispeed = (termiosp->c_cflag & CIBAUD) >> IBSHIFT; in to_compat()
1316 if (termiosp->c_cflag & CBAUDEXT) in to_compat()
1318 if (termiosp->c_cflag & CIBAUDEXT) in to_compat()
1323 if ((termiosp->c_cflag & CSTOPB) && csp->t_ispeed != B110) in to_compat()
1344 (termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat()
1352 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat()
1357 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8) { in to_compat()
1362 if (termiosp->c_cflag & PARODD) in to_compat()
1434 if (termiosp->c_cflag & CLOCAL) in to_compat()