Searched refs:ttyoutq_write_nofrag (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() 430 error = ttyoutq_write_nofrag(&tp->t_outq, "\r\n", 2); 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() 826 ttyoutq_write_nofrag(&tp->t_outq, "\b\b \b\b", 6); in ttydisc_rubchar() 833 ttyoutq_write_nofrag(&tp->t_outq, "\b", 1); in ttydisc_rubchar() 926 ttyoutq_write_nofrag(&tp->t_outq, "\b \b", 3); in ttydisc_rubchar() 938 ttyoutq_write_nofrag(&tp->t_outq, "\b \b", 3); in ttydisc_rubchar() 1075 ttyoutq_write_nofrag(&tp->t_outq, "^\b", 2); in ttydisc_rint() [all …]
|
| A D | tty_outq.c | 346 int ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write_nofrag() function
|
| A D | tty.c | 1415 if (ttyoutq_write_nofrag(&tp->t_outq, &tp->t_termios.c_cc[VSTOP], 1) == in tty_hiwat_in_block() 1435 if (ttyoutq_write_nofrag(&tp->t_outq, &tp->t_termios.c_cc[VSTART], 1) == in tty_hiwat_in_unblock()
|
| /components/lwp/terminal/ |
| A D | bsd_ttyqueue.h | 152 int ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t len);
|
Completed in 8 milliseconds