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

  /src/sys/arch/hp300/dev/
fhpib.c 142 struct callout sc_ppwatch_ch; member in struct:fhpib_softc
183 callout_init(&sc->sc_ppwatch_ch, 0);
659 callout_reset(&sc->sc_ppwatch_ch, 1, fhpibppwatch, sc);
nhpib.c 151 struct callout sc_ppwatch_ch; member in struct:nhpib_softc
249 callout_init(&sc->sc_ppwatch_ch, 0);
597 callout_reset(&sc->sc_ppwatch_ch, 1, nhpibppwatch, hs);

Completed in 12 milliseconds