HomeSort by: relevance | last modified time | path
    Searched refs:t_rocount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
tty.c 763 tp->t_rawq.c_cc == tp->t_rocount &&
773 tp->t_rocount = 0;
861 tp->t_rocount = 0;
864 } else if (tp->t_rocount++ == 0)
1765 tp->t_rocount = 0;
2329 tp->t_rocount = 0;
2353 tp->t_rocount = 0;
2444 if (tp->t_rocount == 0) {
2468 if (tp->t_rocount < tp->t_rawq.c_cc) {
2503 --tp->t_rocount;
    [all...]
  /src/sys/sys/
tty.h 144 short t_rocount, t_rocol; /* Tty. */ member in struct:tty

Completed in 13 milliseconds