/src/sys/arch/cobalt/dev/ |
lcdpanel.c | 68 struct selinfo sc_selq; member in struct:lcdpanel_softc 188 selinit(&sc->sc_selq); 257 selnotify(&sc->sc_selq, 0, 0); 316 selrecord(l, &sc->sc_selq); 331 selnotify(&sc->sc_selq, 0, 0);
|
lcdpanel.c | 68 struct selinfo sc_selq; member in struct:lcdpanel_softc 188 selinit(&sc->sc_selq); 257 selnotify(&sc->sc_selq, 0, 0); 316 selrecord(l, &sc->sc_selq); 331 selnotify(&sc->sc_selq, 0, 0);
|
/src/sys/dev/scsipi/ |
ch.c | 68 struct selinfo sc_selq; /* select/poll queue for events */ member in struct:ch_softc 208 selinit(&sc->sc_selq); 466 selrecord(l, &sc->sc_selq); 476 selremove_knote(&sc->sc_selq, kn); 506 selrecord_knote(&sc->sc_selq, kn); 578 selnotify(&sc->sc_selq, 0, 0);
|
ch.c | 68 struct selinfo sc_selq; /* select/poll queue for events */ member in struct:ch_softc 208 selinit(&sc->sc_selq); 466 selrecord(l, &sc->sc_selq); 476 selremove_knote(&sc->sc_selq, kn); 506 selrecord_knote(&sc->sc_selq, kn); 578 selnotify(&sc->sc_selq, 0, 0);
|