Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dtty.c648 tp->t_rawq.c_cc == tp->t_rocount && in ttyinput()
660 tp->t_rocount = 0; in ttyinput()
758 tp->t_rocount = 0; in ttyinput()
761 } else if (tp->t_rocount++ == 0) { in ttyinput()
1738 tp->t_rocount = 0; in ttyflush()
2476 tp->t_rocount = 0; in ttwrite()
2498 tp->t_rocount = 0; in ttwrite()
2582 if (tp->t_rocount == 0) { in ttyrub()
2609 if (tp->t_rocount < tp->t_rawq.c_cc) { in ttyrub()
2651 --tp->t_rocount; in ttyrub()
[all …]
/xnu-8796.121.2/bsd/sys/
H A Dtty.h143 int t_rocount, t_rocol; /* Tty. */ member