Searched refs:ttyoutq_bytesused (Results 1 – 4 of 4) sorted by relevance
303 *(int *)data = ttyoutq_bytesused(&ss->snp_outq); in snp_ioctl()331 if (ttyoutq_bytesused(&ss->snp_outq) > 0) in snp_poll()
173 ttyoutq_bytesused(struct ttyoutq *to) in ttyoutq_bytesused() function
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()1301 xt->xt_outcc = ttyoutq_bytesused(&tp->t_outq); in tty_to_xtty()1699 *(int *)data = ttyoutq_bytesused(&tp->t_outq); in tty_generic_ioctl()
1431 return ttyoutq_bytesused(&tp->t_outq); in ttydisc_getc_poll()