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

  /src/sys/arch/hp300/dev/
mt.c 108 short sc_recvtimeo; /* count of hpibsend timeouts to prevent hang */ member in struct:mt_softc
259 if (sc->sc_recvtimeo == 0)
260 sc->sc_recvtimeo = hz;
261 if (--sc->sc_recvtimeo == 0)
267 sc->sc_recvtimeo = 0;
295 if (sc->sc_recvtimeo == 0)
296 sc->sc_recvtimeo = hz;
297 if (--sc->sc_recvtimeo != 0) {
309 sc->sc_recvtimeo = 0;
  /src/sys/dev/gpib/
mt.c 121 short sc_recvtimeo; /* count of gpibsend timeouts to prevent hang */ member in struct:mt_softc
277 if (sc->sc_recvtimeo == 0)
278 sc->sc_recvtimeo = hz;
279 if (--sc->sc_recvtimeo == 0)
285 sc->sc_recvtimeo = 0;
314 if (sc->sc_recvtimeo == 0)
315 sc->sc_recvtimeo = hz;
316 if (--sc->sc_recvtimeo != 0) {
328 sc->sc_recvtimeo = 0;

Completed in 13 milliseconds