Searched refs:ttyoutq_bytesleft (Results 1 – 5 of 5) sorted by relevance
86 return ttyoutq_bytesleft(&tp->t_outq); in ttydisc_write_poll()
162 ttyoutq_bytesleft(struct ttyoutq *to) in ttyoutq_bytesleft() function
329 if (ttyoutq_bytesleft(to) < nbytes) in ttyoutq_write_nofrag()
1178 c = ttyoutq_bytesleft(&tp->t_outq); in ttydisc_wakeup_watermark()
2016 return (ttyoutq_bytesleft(&tp->t_outq) >= 256); in tty_checkoutq()