Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dtty.c708 tp->t_rawq.c_cc == tp->t_rocount && in ttyinput()
720 tp->t_rocount = 0; in ttyinput()
818 tp->t_rocount = 0; in ttyinput()
821 } else if (tp->t_rocount++ == 0) { in ttyinput()
1848 tp->t_rocount = 0; in ttyflush()
2586 tp->t_rocount = 0; in ttwrite()
2608 tp->t_rocount = 0; in ttwrite()
2692 if (tp->t_rocount == 0) { in ttyrub()
2719 if (tp->t_rocount < tp->t_rawq.c_cc) { in ttyrub()
2761 --tp->t_rocount; in ttyrub()
[all …]
/xnu-12377.41.6/bsd/sys/
H A Dtty.h143 int t_rocount, t_rocol; /* Tty. */ member