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

  /src/sys/arch/arc/dev/
opmsvar.h 83 struct selinfo sc_rsel; member in struct:opms_softc
  /src/sys/dev/apm/
apmvar.h 52 struct selinfo sc_rsel; member in struct:apm_softc
  /src/sys/arch/macppc/dev/
apm.c 71 struct selinfo sc_rsel; member in struct:apm_softc
177 selinit(&sc->sc_rsel);
366 selnotify(&sc->sc_rsel, 0, 0);
382 selrecord(l, &sc->sc_rsel);
395 selremove_knote(&sc->sc_rsel, kn);
431 selrecord_knote(&sc->sc_rsel, kn);
  /src/sys/dev/usb/
uhid.c 103 struct selinfo sc_rsel; member in struct:uhid_softc
186 selinit(&sc->sc_rsel);
230 seldestroy(&sc->sc_rsel);
256 selnotify(&sc->sc_rsel, 0, NOTE_SUBMIT);
321 fail1: selnotify(&sc->sc_rsel, POLLHUP, 0);
384 selnotify(&sc->sc_rsel, POLLHUP, 0);
705 selrecord(l, &sc->sc_rsel);
718 selremove_knote(&sc->sc_rsel, kn);
759 selrecord_knote(&sc->sc_rsel, kn);
  /src/sys/dev/gpio/
gpioirq.c 73 struct selinfo sc_rsel; member in struct:gpioirq_softc
197 selinit(&sc->sc_rsel);
272 selnotify(&sc->sc_rsel, POLLIN|POLLRDNORM, NOTE_SUBMIT);
409 selrecord(l, &sc->sc_rsel);
460 seldestroy(&sc->sc_rsel);
  /src/sys/dev/pci/
oboe.c 98 struct selinfo sc_rsel; member in struct:oboe_softc
228 selinit(&sc->sc_rsel);
252 seldestroy(&sc->sc_rsel);
455 selrecord(l, &sc->sc_rsel);
470 selremove_knote(&sc->sc_rsel, kn);
501 selrecord_knote(&sc->sc_rsel, kn);
572 selnotify(&sc->sc_rsel, 0, 0);
  /src/sys/dev/sbus/
bpp.c 102 struct selinfo sc_rsel; member in struct:bpp_softc
166 selinit(&dsc->sc_rsel);
497 selrecord(l, &sc->sc_rsel);
512 selremove_knote(&sc->sc_rsel, kn);
571 sip = &sc->sc_rsel;
  /src/sys/dev/audio/
audiovar.h 199 struct selinfo sc_rsel; member in struct:audio_softc
  /src/sys/net/
if_tap.c 99 struct selinfo sc_rsel; member in struct:tap_softc
302 selinit(&sc->sc_rsel);
402 seldestroy(&sc->sc_rsel);
460 selnotify(&sc->sc_rsel, 0, 1);
572 selnotify(&sc->sc_rsel, 0, 1);
1133 selrecord(l, &sc->sc_rsel);
1178 selrecord_knote(&sc->sc_rsel, kn);
1201 selremove_knote(&sc->sc_rsel, kn);
  /src/sys/arch/sandpoint/sandpoint/
satmgr.c 65 struct selinfo sc_rsel; member in struct:satmgr_softc
243 selinit(&sc->sc_rsel);
583 selrecord(l, &sc->sc_rsel);
596 selremove_knote(&sc->sc_rsel, kn);
633 selrecord_knote(&sc->sc_rsel, kn);
745 selnotify(&sc->sc_rsel, 0, 0);
  /src/sys/arch/sparc/dev/
tctrl.c 149 struct selinfo sc_rsel; member in struct:tctrl_softc
317 selinit(&sc->sc_rsel);
751 selnotify(&sc->sc_rsel, 0, 0);
1208 selrecord(l, &sc->sc_rsel);
1221 selremove_knote(&sc->sc_rsel, kn);
1260 selrecord_knote(&sc->sc_rsel, kn);
  /src/sys/dev/ir/
irframe_tty.c 117 struct selinfo sc_rsel; member in struct:irframet_softc
229 selinit(&sc->sc_rsel);
255 seldestroy(&sc->sc_rsel);
484 selnotify(&sc->sc_rsel, 0, 0);
774 selrecord(l, &sc->sc_rsel);
790 selremove_knote(&sc->sc_rsel, kn);
856 sip = &sc->sc_rsel;

Completed in 19 milliseconds