Lines Matching refs:t_outq
549 while (CCOUNT(&tp->t_outq) < PPP_HIWAT) {
570 if (CCOUNT(&tp->t_outq) == 0) {
572 (void) putc(PPP_FLAG, &tp->t_outq);
594 ndone = n - b_to_q(start, n, &tp->t_outq);
608 if (putc(PPP_ESCAPE, &tp->t_outq))
610 if (putc(*start ^ PPP_TRANS, &tp->t_outq)) {
611 (void) unputc(&tp->t_outq);
655 if (putc(*q, &tp->t_outq)) {
658 unputc(&tp->t_outq);
697 * drained the t_outq.
747 if ((CCOUNT(&tp->t_outq) >= PPP_LOWAT)