/src/sys/dev/sbus/ |
bpp.c | 103 struct selinfo sc_wsel; member in struct:bpp_softc 167 selinit(&dsc->sc_wsel); 499 selrecord(l, &sc->sc_wsel); 537 selremove_knote(&sc->sc_wsel, kn); 576 sip = &sc->sc_wsel; 620 selnotify(&sc->sc_wsel, 0, 0);
|
bpp.c | 103 struct selinfo sc_wsel; member in struct:bpp_softc 167 selinit(&dsc->sc_wsel); 499 selrecord(l, &sc->sc_wsel); 537 selremove_knote(&sc->sc_wsel, kn); 576 sip = &sc->sc_wsel; 620 selnotify(&sc->sc_wsel, 0, 0);
|
/src/sys/dev/audio/ |
audiovar.h | 198 struct selinfo sc_wsel; member in struct:audio_softc
|
audiovar.h | 198 struct selinfo sc_wsel; member in struct:audio_softc
|
/src/sys/dev/ir/ |
irframe_tty.c | 118 /* XXXJRT Nothing selnotify's sc_wsel */ 119 struct selinfo sc_wsel; member in struct:irframet_softc 230 selinit(&sc->sc_wsel); 254 seldestroy(&sc->sc_wsel); 812 selremove_knote(&sc->sc_wsel, kn); 860 sip = &sc->sc_wsel;
|
irframe_tty.c | 118 /* XXXJRT Nothing selnotify's sc_wsel */ 119 struct selinfo sc_wsel; member in struct:irframet_softc 230 selinit(&sc->sc_wsel); 254 seldestroy(&sc->sc_wsel); 812 selremove_knote(&sc->sc_wsel, kn); 860 sip = &sc->sc_wsel;
|