Lines Matching defs:SERIBUF_SIZE
87 #ifndef SERIBUF_SIZE
88 #define SERIBUF_SIZE 1024
184 u_short inbuf[SERIBUF_SIZE];
460 printf (": input fifo %d output fifo %d\n", SERIBUF_SIZE,
976 if (sc->incnt == SERIBUF_SIZE)
980 if (sc->wptr == sc->inbuf + SERIBUF_SIZE)
983 if (sc->incnt > SERIBUF_SIZE - 16)
997 if (sc->incnt == SERIBUF_SIZE)
1001 if (sc->wptr == sc->inbuf + SERIBUF_SIZE)
1004 if (sc->incnt > SERIBUF_SIZE - 16)
1069 if (sc->rptr == sc->inbuf + SERIBUF_SIZE)