Lines Matching defs:cb
149 struct termios *cb;
160 cb = (struct termios *)mp->b_cont->b_rptr;
162 tc->t_iflag = cb->c_iflag;
163 tc->t_cflag = cb->c_cflag;
164 tc->t_stopc = cb->c_cc[VSTOP];
165 tc->t_startc = cb->c_cc[VSTART];
181 struct termio *cb;
192 cb = (struct termio *)mp->b_cont->b_rptr;
194 tc->t_iflag = (tc->t_iflag & 0xffff0000 | cb->c_iflag);
195 tc->t_cflag = (tc->t_cflag & 0xffff0000 | cb->c_cflag);
311 struct termios *cb;
319 cb = (struct termios *)datap->b_wptr;
324 bzero(cb, sizeof (struct termios));
325 cb->c_cflag = tc->t_cflag;
335 struct termio *cb;
343 cb = (struct termio *)datap->b_wptr;
348 bzero(cb, sizeof (struct termio));
349 cb->c_cflag = tc->t_cflag;