Home
last modified time | relevance | path

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

/dragonfly/sys/net/sl/
H A Dif_sl.c639 clist_putc(FRAME_END, &tp->t_outq); in slstart()
680 if (clist_putc(FRAME_ESCAPE, &tp->t_outq)) in slstart()
682 if (clist_putc(*cp++ == FRAME_ESCAPE ? in slstart()
694 if (clist_putc(FRAME_END, &tp->t_outq)) { in slstart()
703 clist_putc(FRAME_END, &tp->t_outq); in slstart()
1050 clist_putc(FRAME_END, &tp->t_outq); in sl_outfill()
/dragonfly/sys/kern/
H A Dtty_subr.c173 clist_putc(int c, struct clist *cl) in clist_putc() function
300 clist_putc(c, cld); in clist_catq()
H A Dtty.c461 clist_putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
462 clist_putc(0 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
463 clist_putc(c | TTY_QUOTE, &tp->t_rawq); in ttyinput()
628 clist_putc(c, &tp->t_rawq); in ttyinput()
642 clist_putc(c, &tp->t_rawq); in ttyinput()
682 clist_putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
689 if (clist_putc(c, &tp->t_rawq) >= 0) { in ttyinput()
757 if (clist_putc(c, &tp->t_outq)) { in ttyoutput()
813 if (!ISSET(tp->t_lflag, FLUSHO) && clist_putc(c, &tp->t_outq)) { in ttyoutput()
1525 clist_putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) in ttyblock()
[all …]
H A Dtty_pty.c1053 clist_putc(0, &tp->t_canq); in ptcwrite()
/dragonfly/sys/sys/
H A Dtty.h249 int clist_putc (int c, struct clist *q);