Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_ttydisc.c459 #define PRINT_NORMAL() ttyoutq_write_nofrag(&tp->t_outq, &c, 1) in ttydisc_write_oproc()
479 error = ttyoutq_write_nofrag(&tp->t_outq, in ttydisc_write_oproc()
495 error = ttyoutq_write_nofrag(&tp->t_outq, "\r\n", 2); in ttydisc_write_oproc()
751 return ttyoutq_write_nofrag(&tp->t_outq, ob, 4); in ttydisc_echo_force()
754 return ttyoutq_write_nofrag(&tp->t_outq, ob, 2); in ttydisc_echo_force()
759 return ttyoutq_write_nofrag(&tp->t_outq, &c, 1); in ttydisc_echo_force()
857 ttyoutq_write_nofrag(&tp->t_outq, in ttydisc_rubchar()
863 ttyoutq_write_nofrag(&tp->t_outq, "\b", 1); in ttydisc_rubchar()
885 ttyoutq_write_nofrag(&tp->t_outq, in ttydisc_rubchar()
957 ttyoutq_write_nofrag(&tp->t_outq, in ttydisc_rubchar()
[all …]
H A Dtty_outq.c322 ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write_nofrag() function
H A Dtty.c2075 if (ttyoutq_write_nofrag(&tp->t_outq, in tty_hiwat_in_block()
2095 if (ttyoutq_write_nofrag(&tp->t_outq, in tty_hiwat_in_unblock()
/freebsd/sys/sys/
H A Dttyqueue.h145 int ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t len);