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

  /src/sys/dev/gpib/
rd.c 864 int rdtimo = RDWAITC << sc->sc_errcnt; local in function:rderror
867 device_xname(sc->sc_dev), rdtimo));
869 callout_reset(&sc->sc_restart_ch, rdtimo * hz, rdrestart, sc);
  /src/sys/arch/hp300/dev/
rd.c 1226 int rdtimo = RDWAITC << sc->sc_errcnt; local in function:rderror
1229 device_xname(sc->sc_dev), rdtimo);
1233 callout_reset(&sc->sc_restart_ch, rdtimo * hz, rdrestart, sc);

Completed in 110 milliseconds