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

  /src/sys/dev/usb/
udsir.c 96 struct selinfo sc_wr_sel; member in struct:udsir_softc
235 selinit(&sc->sc_wr_sel);
298 seldestroy(&sc->sc_wr_sel);
648 selrecord(l, &sc->sc_wr_sel);
692 sip = &sc->sc_wr_sel;
796 selremove_knote(&sc->sc_wr_sel, kn);
1028 selnotify(&sc->sc_wr_sel, 0, 0);
ustir.c 125 struct selinfo sc_wr_sel; member in struct:ustir_softc
308 selinit(&sc->sc_wr_sel);
381 seldestroy(&sc->sc_wr_sel);
639 selnotify(&sc->sc_wr_sel, 0, 0);
1037 selrecord(l, &sc->sc_wr_sel);
1083 selremove_knote(&sc->sc_wr_sel, kn);
1124 sip = &sc->sc_wr_sel;

Completed in 12 milliseconds