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

  /src/sys/dev/usb/
udsir.c 88 struct selinfo sc_rd_sel; member in struct:udsir_softc
234 selinit(&sc->sc_rd_sel);
297 seldestroy(&sc->sc_rd_sel);
658 selrecord(l, &sc->sc_rd_sel);
688 sip = &sc->sc_rd_sel;
775 selremove_knote(&sc->sc_rd_sel, kn);
898 selnotify(&sc->sc_rd_sel, 0, 0);
uirdavar.h 129 struct selinfo sc_rd_sel; member in struct:uirda_softc
ustir.c 118 struct selinfo sc_rd_sel; member in struct:ustir_softc
307 selinit(&sc->sc_rd_sel);
380 seldestroy(&sc->sc_rd_sel);
415 selnotify(&sc->sc_rd_sel, 0, 0);
1048 selrecord(l, &sc->sc_rd_sel);
1062 selremove_knote(&sc->sc_rd_sel, kn);
1120 sip = &sc->sc_rd_sel;

Completed in 36 milliseconds