Home | History | Annotate | Download | only in dev

Lines Matching defs:ibuf

577 	volatile u_char *ibuf, *cbuf;
673 ibuf = &msc->board->InBuf[msc->port][0];
675 /* data types of bytes in ibuf */
684 switch (ibuf[bufpos++]) {
691 msc->unit, ibuf[(bufpos-1)&0xff]);
699 tp->t_linesw->l_rint((int)ibuf[bufpos++], tp);
744 ibuf = &msc->board->InBuf[msc->port][0];
746 /* data types of bytes in ibuf */
755 switch (ibuf[bufpos++]) {
758 ibuf[(bufpos-1)&0xff]);