Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c396 error = ttyoutq_write_nofrag(&tp->t_outq, in ttydisc_write_oproc()
676 return ttyoutq_write_nofrag(&tp->t_outq, &c, 1); in ttydisc_echo_force()
774 ttyoutq_write_nofrag(&tp->t_outq, in ttydisc_rubchar()
780 ttyoutq_write_nofrag(&tp->t_outq, "\b", 1); in ttydisc_rubchar()
802 ttyoutq_write_nofrag(&tp->t_outq, in ttydisc_rubchar()
920 ttyoutq_write_nofrag(&tp->t_outq, "^\b", 2); in ttydisc_rint()
1065 ttyoutq_write_nofrag(&tp->t_outq, "\a", 1); in ttydisc_rint()
1178 c = ttyoutq_bytesleft(&tp->t_outq); in ttydisc_wakeup_watermark()
1206 len = ttyoutq_read(&tp->t_outq, buf, len); in ttydisc_getc()
1253 error = ttyoutq_read_uio(&tp->t_outq, tp, uio); in ttydisc_getc_uio()
[all …]
H A Dtty.c142 error = ttyoutq_setsize(&tp->t_outq, tp, bs); in tty_watermarks()
184 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain()
200 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain()
256 ttyoutq_free(&tp->t_outq); in ttydev_leave()
1121 ttyoutq_free(&tp->t_outq); in tty_dealloc()
1597 ttyoutq_flush(&tp->t_outq); in tty_flush()
2030 if (ttyoutq_write_nofrag(&tp->t_outq, in tty_hiwat_in_block()
2050 if (ttyoutq_write_nofrag(&tp->t_outq, in tty_hiwat_in_unblock()
2376 &tp->t_outq, tp->t_outq.to_begin, tp->t_outq.to_end, in DB_SHOW_COMMAND()
2377 tp->t_outq.to_nblocks, tp->t_outq.to_quota); in DB_SHOW_COMMAND()
[all …]
/f-stack/freebsd/sys/
H A Dttydisc.h86 return ttyoutq_bytesleft(&tp->t_outq); in ttydisc_write_poll()
H A Dtty.h97 struct ttyoutq t_outq; /* (t) Output queue. */ member
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c229 clist_alloc_cblocks(&tp->t_outq, in ng_h4_open()
248 clist_free_cblocks(&tp->t_outq); in ng_h4_close()
581 while (tp->t_outq.c_cc < NG_H4_HIWATER) { /* XXX 2.2 specific ? */
593 m->m_len, &tp->t_outq);