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);
|