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

  /src/sys/dev/ofw/
ofcons.c 122 static void ofcons_pollin(void *);
154 callout_reset(&sc->sc_poll_ch, 1, ofcons_pollin, sc);
253 ofcons_pollin(void *aux) function in typeref:typename:void
263 callout_reset(&sc->sc_poll_ch, 1, ofcons_pollin, sc);
341 callout_reset(&sc->sc_poll_ch, 1, ofcons_pollin, sc);

Completed in 11 milliseconds