Home | History | Annotate | Download | only in dev

Lines Matching defs:nch

812 	int nch = 0;
855 nch++;
891 sc->sc_scheme.dis_char += nch;
894 dsp->rchars += nch;
895 if (nch <= DCMRBSIZE)
896 dsp->rsilo[nch]++;
1161 int unit, board, port, nch;
1206 nch = q_to_b(&tp->t_outq, buf, (head - next) & TX_MASK);
1208 tch += nch;
1212 printf("\thead %x tail %x nch %d\n", head, tail, nch);
1217 for (bp = buf; --nch >= 0; bp++) {