/src/sys/modules/examples/pollpal/ |
pollpal.c | 97 struct selinfo psel; member in struct:pollpal_softc 142 selinit(&pl->psel); 156 seldestroy(&pl->psel); 185 selnotify(&pl->psel, POLLOUT | POLLWRNORM, 0); 234 selnotify(&pl->psel, POLLIN | POLLRDNORM, 0); 280 selrecord(curlwp, &pl->psel); 289 selrecord(curlwp, &pl->psel);
|
pollpal.c | 97 struct selinfo psel; member in struct:pollpal_softc 142 selinit(&pl->psel); 156 seldestroy(&pl->psel); 185 selnotify(&pl->psel, POLLOUT | POLLWRNORM, 0); 234 selnotify(&pl->psel, POLLIN | POLLRDNORM, 0); 280 selrecord(curlwp, &pl->psel); 289 selrecord(curlwp, &pl->psel);
|