Home | History | Annotate | Download | only in kern

Lines Matching refs:t_outq

255 	if (tp->t_outq.c_cc != 0) {
265 ooutq = tp->t_outq;
270 tp->t_outq = outq;
844 if (tp->t_outq.c_cc < tp->t_hiwat)
945 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq))
962 notout = b_to_q(" ", c, &tp->t_outq);
980 if (!ISSET(tp->t_lflag, FLUSHO) && putc('\r', &tp->t_outq))
992 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq))
1107 *(int *)data = tp->t_outq.c_cc;
1112 *(int *)data = tp->t_outq.c_cn - tp->t_outq.c_cc;
1236 *(int *)data = tp->t_outq.c_cc;
1560 if (tp->t_outq.c_cc <= tp->t_lowat)
1627 kn->kn_data = tp->t_outq.c_cn - tp->t_outq.c_cc;
1628 canwrite = (tp->t_outq.c_cc <= tp->t_lowat) && CONNECTED(tp);
1712 while ((tp->t_outq.c_cc || ISSET(tp->t_state, TS_BUSY)) &&
1773 FLUSHQ(&tp->t_outq);
1814 putc(tp->t_cc[VSTOP], &tp->t_outq) == 0) {
2169 putc(cc[VSTART], &tp->t_outq) == 0) {
2199 if (tp->t_outq.c_cc > hiwat + 200)
2200 if (tp->t_outq.c_cc > hiwat) {
2292 if (tp->t_outq.c_cc > hiwat)
2338 tp->t_outq.c_cc > hiwat) {
2354 i = b_to_q(cp, ce, &tp->t_outq);
2365 tp->t_outq.c_cc > hiwat)
2385 hiwat = tp->t_outq.c_cc - 1;
2394 if (tp->t_outq.c_cc <= hiwat) {
2420 if (tp->t_outq.c_cc <= tp->t_lowat) {
2424 return tp->t_outq.c_cc != 0;
2945 clalloc(&tp->t_outq, tp->t_qsize, 0);
2985 clfree(&tp->t_outq);