Home
last modified time | relevance | path

Searched refs:ttyoutq_bytesleft (Results 1 – 5 of 5) sorted by relevance

/components/lwp/terminal/
A Dbsd_ttyqueue.h164 rt_inline size_t ttyoutq_bytesleft(struct ttyoutq *to) in ttyoutq_bytesleft() function
A Dterminal.h411 return ttyoutq_bytesleft(&tp->t_outq); in ttydisc_write_poll()
/components/lwp/terminal/freebsd/
A Dtty_outq.c350 if (ttyoutq_bytesleft(to) < nbytes) in ttyoutq_write_nofrag()
A Dtty_ttydisc.c1376 c = ttyoutq_bytesleft(&tp->t_outq); in ttydisc_wakeup_watermark()
A Dtty.c1403 return (ttyoutq_bytesleft(&tp->t_outq) >= 256); in tty_checkoutq()

Completed in 18 milliseconds