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

  /src/sys/dev/gpib/
rd.c 154 int rderrthresh = RDRETRY-1; /* when to start reporting errors */ variable in typeref:typename:int
426 rderrthresh = 0;
877 if (sc->sc_errcnt < rderrthresh)
  /src/sys/arch/hp300/dev/
rd.c 106 int rderrthresh = RDRETRY - 1; /* when to start reporting errors */ variable in typeref:typename:int
552 rderrthresh = 0;
1241 if (sc->sc_errcnt < rderrthresh)

Completed in 14 milliseconds