Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cy/
Dcy.c554 int incc; in cyinput() local
583 incc = com->iptr - buf; in cyinput()
584 if (tp->t_rawq.c_cc + incc > tp->t_ihiwat in cyinput()
590 += b_to_q((char *)buf, incc, &tp->t_rawq); in cyinput()
591 buf += incc; in cyinput()
592 tk_nin += incc; in cyinput()
593 tk_rawcc += incc; in cyinput()
594 tp->t_rawcc += incc; in cyinput()
1142 int incc; in cypoll() local
1157 incc = com->iptr - com->ibuf; in cypoll()
[all …]
/freebsd-12-stable/sys/dev/sio/
Dsio.c1313 int incc; local
1340 incc = com->iptr - buf;
1341 if (tp->t_rawq.c_cc + incc > tp->t_ihiwat
1347 += b_to_q((char *)buf, incc, &tp->t_rawq);
1348 buf += incc;
1349 tk_nin += incc;
1350 tk_rawcc += incc;
1351 tp->t_rawcc += incc;
1696 int incc; in siopoll() local
1709 incc = com->iptr - com->ibuf; in siopoll()
[all …]