Searched refs:t_rawq (Results 1 – 5 of 5) sorted by relevance
521 if (tp->t_rawq.c_cc + tp->t_canq.c_cc > I_HIGH_WATER - 3 && in ttyinput()552 if (tp->t_rawq.c_cc + tp->t_canq.c_cc > in ttyinput()556 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()557 (void)putc(0 | TTY_QUOTE, &tp->t_rawq); in ttyinput()558 (void)putc(c | TTY_QUOTE, &tp->t_rawq); in ttyinput()608 if (tp->t_rawq.c_cc + tp->t_canq.c_cc) { in ttyinput()692 if (tp->t_rawq.c_cc) { in ttyinput()695 ttyrub((c = unputc(&tp->t_rawq)), tp); in ttyinput()696 } while (tp->t_rawq.c_cc && CCONT(c)); in ttyinput()698 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput()[all …]
849 retval = (TTYHOG - 2) - (tp->t_rawq.c_cc + tp->t_canq.c_cc);919 if ((tp->t_rawq.c_cc + tp->t_canq.c_cc) >= TTYHOG - 2 &&
874 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. */ member266 #define TSA_CARR_ON(tp) ((void *)&(tp)->t_rawq)267 #define TSA_HUP_OR_INPUT(tp) ((void *)&(tp)->t_rawq.c_cf)271 #define TSA_PTC_WRITE(tp) ((void *)&(tp)->t_rawq.c_cl)
1022 …put to raw queue: {0: <#18x} \"{1: <s}\"".format(unsigned(tty.t_rawq.c_cs), tty.t_rawq.c_cs))