Lines Matching refs:t_outq
141 error = ttyoutq_setsize(&tp->t_outq, tp, bs); in tty_watermarks()
146 tp->t_outlow = (ttyoutq_getallocatedsize(&tp->t_outq) * 9) / 10; in tty_watermarks()
183 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain()
185 if (ttyoutq_bytesused(&tp->t_outq) == 0 && !ttydevsw_busy(tp)) in tty_drain()
195 else if (leaving && ttyoutq_bytesused(&tp->t_outq) < bytes) { in tty_drain()
199 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain()
254 ttyoutq_free(&tp->t_outq); in ttydev_leave()
1121 ttyoutq_free(&tp->t_outq); in tty_dealloc()
1300 xt->xt_outsize = ttyoutq_getsize(&tp->t_outq); in tty_to_xtty()
1301 xt->xt_outcc = ttyoutq_bytesused(&tp->t_outq); in tty_to_xtty()
1618 ttyoutq_flush(&tp->t_outq); in tty_flush()
1699 *(int *)data = ttyoutq_bytesused(&tp->t_outq); in tty_generic_ioctl()
2040 return (ttyoutq_bytesleft(&tp->t_outq) >= 256); in tty_checkoutq()
2054 if (ttyoutq_write_nofrag(&tp->t_outq, in tty_hiwat_in_block()
2074 if (ttyoutq_write_nofrag(&tp->t_outq, in tty_hiwat_in_unblock()
2409 &tp->t_outq, tp->t_outq.to_begin, tp->t_outq.to_end, in DB_SHOW_COMMAND()
2410 tp->t_outq.to_nblocks, tp->t_outq.to_quota); in DB_SHOW_COMMAND()
2464 osiz = tp->t_outq.to_nblocks * TTYOUTQ_DATASIZE; in DB_SHOW_ALL_COMMAND()
2471 tp->t_outq.to_end - tp->t_outq.to_begin, in DB_SHOW_ALL_COMMAND()