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

  /src/sys/arch/amiga/dev/
ser.c 111 #ifndef SERIBUF_SIZE
112 #define SERIBUF_SIZE 512
148 static u_short serbuf[SERIBUF_SIZE];
277 printf(": input fifo %d output fifo %d\n", SERIBUF_SIZE,
516 if (sbcnt == SERIBUF_SIZE) {
524 if (sbwpt == serbuf + SERIBUF_SIZE)
527 if (sbcnt > SERIBUF_SIZE - 20)
557 if (sbrpt == serbuf + SERIBUF_SIZE)
mfc.c 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
    [all...]

Completed in 13 milliseconds