Searched refs:t_outq (Results 1 – 4 of 4) sorted by relevance
| /components/lwp/terminal/freebsd/ |
| A D | tty_ttydisc.c | 390 #define PRINT_NORMAL() ttyoutq_write_nofrag(&tp->t_outq, &c, 1) in ttydisc_write_oproc() 712 return ttyoutq_write_nofrag(&tp->t_outq, ob, 4); in ttydisc_echo_force() 717 return ttyoutq_write_nofrag(&tp->t_outq, ob, 2); in ttydisc_echo_force() 724 return ttyoutq_write_nofrag(&tp->t_outq, &c, 1); in ttydisc_echo_force() 833 ttyoutq_write_nofrag(&tp->t_outq, "\b", 1); in ttydisc_rubchar() 938 ttyoutq_write_nofrag(&tp->t_outq, "\b \b", 3); in ttydisc_rubchar() 1261 ttyoutq_write_nofrag(&tp->t_outq, "\a", 1); in ttydisc_rint() 1376 c = ttyoutq_bytesleft(&tp->t_outq); in ttydisc_wakeup_watermark() 1407 len = ttyoutq_read(&tp->t_outq, buf, len); in ttydisc_getc() 1457 error = ttyoutq_read_uio(&tp->t_outq, tp, uio); in ttydisc_getc_uio() [all …]
|
| A D | tty.c | 120 error = ttyoutq_setsize(&tp->t_outq, tp, bs); in tty_watermarks() 125 tp->t_outlow = (ttyoutq_getallocatedsize(&tp->t_outq) * 9) / 10; in tty_watermarks() 166 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain() 169 if (ttyoutq_bytesused(&tp->t_outq) == 0 && !ttydevsw_busy(tp)) in tty_drain() 179 else if (leaving && ttyoutq_bytesused(&tp->t_outq) < bytes) in tty_drain() 184 bytes = ttyoutq_bytesused(&tp->t_outq); in tty_drain() 239 ttyoutq_free(&tp->t_outq); in ttydev_leave() 1072 ttyoutq_flush(&tp->t_outq); in tty_flush() 1153 *(int *)data = ttyoutq_bytesused(&tp->t_outq); in tty_generic_ioctl() 1403 return (ttyoutq_bytesleft(&tp->t_outq) >= 256); in tty_checkoutq() [all …]
|
| /components/lwp/terminal/ |
| A D | terminal.h | 145 struct ttyoutq t_outq; /* (t) Output queue. */ member 411 return ttyoutq_bytesleft(&tp->t_outq); in ttydisc_write_poll()
|
| A D | tty_device.c | 427 ttyoutq_free(&tp->t_outq); in lwp_tty_delete()
|
Completed in 16 milliseconds