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

/xnu-2422.115.4/bsd/kern/
H A Dtty.c713 tp->t_rawq.c_cc == tp->t_rocount &&
723 tp->t_rocount = 0;
816 tp->t_rocount = 0;
819 } else if (tp->t_rocount++ == 0)
1692 tp->t_rocount = 0;
2397 tp->t_rocount = 0;
2418 tp->t_rocount = 0;
2496 if (tp->t_rocount == 0) {
2522 if (tp->t_rocount < tp->t_rawq.c_cc) {
2560 --tp->t_rocount;
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dtty.h142 int t_rocount, t_rocol; /* Tty. */ member in struct:tty

Completed in 14 milliseconds