Searched refs:rbindex (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dserdrv.c298 static int rbindex=0; local
312 if (nread > MAXREADSIZE - rbindex)
313 nread = MAXREADSIZE - rbindex;
315 if ((read_errno = ReadSerial(readbuf+rbindex, nread, &dummy)) == COM_READFAIL)
328 nread = Unix_ReadSerial(readbuf+rbindex, MAXREADSIZE-rbindex, block);
332 if ((nread > 0) || (rbindex > 0)) {
335 printf("[%d@%d] ", nread, rbindex);
339 rbindex = rbindex
[all...]
H A Dserpardr.c336 static int rbindex = 0; local
353 if (nread > MAXREADSIZE - rbindex)
354 nread = MAXREADSIZE - rbindex;
355 read_errno = ReadSerial(readbuf+rbindex, nread, &dummy);
363 nread = Unix_ReadSerial(readbuf+rbindex, MAXREADSIZE-rbindex, block);
367 if ((nread > 0) || (rbindex > 0))
370 printf("[%d@%d] ", nread, rbindex);
374 rbindex = rbindex
[all...]
/openbsd-current/sys/dev/ic/
H A Di82596.c816 int rbindex, count = 0; local
820 *start = rbindex = sc->rbhead;
823 off = IE_RBD_STATUS(rbbase, rbindex);
833 print_rbd(sc, rbindex);
837 sc->sc_dev.dv_xname, rbindex);
842 if (++rbindex == sc->nrxbuf)
843 rbindex = 0;
847 *end = rbindex;
863 register int rbindex = start; local
867 off = IE_RBD_STATUS(rbbase, rbindex);
[all...]

Completed in 182 milliseconds