Home
last modified time | relevance | path

Searched refs:t_rocount (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/kern/
Dtty.c459 tp->t_rawq.c_cc == tp->t_rocount &&
469 tp->t_rocount = 0;
554 tp->t_rocount = 0;
557 } else if (tp->t_rocount++ == 0)
1227 tp->t_rocount = 0;
1781 tp->t_rocount = 0;
1802 tp->t_rocount = 0;
1877 if (tp->t_rocount == 0) {
1901 if (tp->t_rocount < tp->t_rawq.c_cc) {
1941 --tp->t_rocount;
[all …]
/mirbsd/src/sys/sys/
Dtty.h129 short t_rocount, t_rocol; /* Tty. */ member