Searched refs:t_rawq (Results 1 – 5 of 5) sorted by relevance
460 if (tp->t_rawq.c_cc + tp->t_canq.c_cc > I_HIGH_WATER - 3 && in ttyinput()491 if (tp->t_rawq.c_cc + tp->t_canq.c_cc > in ttyinput()495 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()496 (void)putc(0 | TTY_QUOTE, &tp->t_rawq); in ttyinput()497 (void)putc(c | TTY_QUOTE, &tp->t_rawq); in ttyinput()547 if (tp->t_rawq.c_cc + tp->t_canq.c_cc) { in ttyinput()631 if (tp->t_rawq.c_cc) { in ttyinput()634 ttyrub((c = unputc(&tp->t_rawq)), tp); in ttyinput()635 } while (tp->t_rawq.c_cc && CCONT(c)); in ttyinput()637 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput()[all …]
806 retval = (TTYHOG - 2) - (tp->t_rawq.c_cc + tp->t_canq.c_cc);876 if ((tp->t_rawq.c_cc + tp->t_canq.c_cc) >= TTYHOG - 2 &&
859 retval = (TTYHOG - 2) - (tp->t_rawq.c_cc + tp->t_canq.c_cc); in ptmx_kqops_common()
118 struct clist t_rawq; /* Device raw input queue. */ member265 #define TSA_CARR_ON(tp) ((void *)&(tp)->t_rawq)266 #define TSA_HUP_OR_INPUT(tp) ((void *)&(tp)->t_rawq.c_cf)270 #define TSA_PTC_WRITE(tp) ((void *)&(tp)->t_rawq.c_cl)
885 …nput to raw queue: {0: <#18x} \"{1: <s}\"".format(unsigned(tty.t_rawq.c_cs), tty.t_rawq.c_cs)