Home
last modified time | relevance | path

Searched refs:ttyoutq_write_nofrag (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c396 error = ttyoutq_write_nofrag(&tp->t_outq, in ttydisc_write_oproc()
412 error = ttyoutq_write_nofrag(&tp->t_outq, "\r\n", 2); in ttydisc_write_oproc()
668 return ttyoutq_write_nofrag(&tp->t_outq, ob, 4); in ttydisc_echo_force()
671 return ttyoutq_write_nofrag(&tp->t_outq, ob, 2); in ttydisc_echo_force()
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()
811 ttyoutq_write_nofrag(&tp->t_outq, "\b \b", 3); in ttydisc_rubchar()
920 ttyoutq_write_nofrag(&tp->t_outq, "^\b", 2); in ttydisc_rint()
[all …]
H A Dtty_outq.c325 ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write_nofrag() function
H A Dtty.c2030 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()
/f-stack/freebsd/sys/
H A Dttyqueue.h146 int ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t len);