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