Searched refs:t_rocount (Results 1 – 2 of 2) sorted by relevance
647 tp->t_rawq.c_cc == tp->t_rocount && in ttyinput()659 tp->t_rocount = 0; in ttyinput()757 tp->t_rocount = 0; in ttyinput()760 } else if (tp->t_rocount++ == 0) { in ttyinput()1737 tp->t_rocount = 0; in ttyflush()2475 tp->t_rocount = 0; in ttwrite()2497 tp->t_rocount = 0; in ttwrite()2581 if (tp->t_rocount == 0) { in ttyrub()2608 if (tp->t_rocount < tp->t_rawq.c_cc) { in ttyrub()2650 --tp->t_rocount; in ttyrub()[all …]
143 int t_rocount, t_rocol; /* Tty. */ member