| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_sync_file.c | 93 selnotify(&sf->sf_selq, POLLIN, NOTE_SUBMIT); in sync_file_fence_cb() 120 selnotify(&sf->sf_selq, POLLIN, NOTE_SUBMIT); in sync_file_poll() 185 selnotify(&sf->sf_selq, POLLIN, NOTE_SUBMIT); in filt_sync_file_event()
|
| /netbsd-src/sys/modules/examples/pollpal/ |
| H A D | pollpal.c | 185 selnotify(&pl->psel, POLLOUT | POLLWRNORM, 0); in pollpal_write() 234 selnotify(&pl->psel, POLLIN | POLLRDNORM, 0); in pollpal_read()
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | event_var.h | 67 selnotify(&(ev)->ev_sel, 0, 0); \
|
| /netbsd-src/sys/arch/atari/dev/ |
| H A D | event_var.h | 67 selnotify(&(ev)->ev_sel, 0, 0); \
|
| /netbsd-src/sys/dev/sun/ |
| H A D | event_var.h | 66 selnotify(&(ev)->ev_sel, 0, 0); \
|
| /netbsd-src/sys/sys/ |
| H A D | select.h | 57 void selnotify(struct selinfo *, int, long);
|
| /netbsd-src/sys/arch/cobalt/dev/ |
| H A D | lcdpanel.c | 257 selnotify(&sc->sc_selq, 0, 0); in lcdpanelclose() 331 selnotify(&sc->sc_selq, 0, 0); in lcdpanel_soft()
|
| /netbsd-src/sys/kern/ |
| H A D | tty_pty.c | 537 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT); in ptsstart() 566 selnotify(&pti->pt_selw, 0, NOTE_SUBMIT); in ptsstop() 570 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT); in ptsstop() 588 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT); in ptcwakeup() 592 selnotify(&pti->pt_selw, 0, NOTE_SUBMIT); in ptcwakeup()
|
| H A D | sys_mqueue.c | 705 selnotify(&mq->mq_wsel, POLLOUT | POLLWRNORM, 0); in mq_recv1() 892 selnotify(&mq->mq_rsel, POLLIN | POLLRDNORM, 0); in mq_send1() 1117 selnotify(&mq->mq_rsel, POLLHUP, 0); in sys_mq_unlink() 1118 selnotify(&mq->mq_wsel, POLLHUP, 0); in sys_mq_unlink()
|
| H A D | subr_log.c | 324 selnotify(&log_selp, 0, NOTE_SUBMIT); in logwakeup()
|
| /netbsd-src/sys/net/ |
| H A D | if_tun.c | 329 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT); in tun_clone_destroy() 408 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT); in tunclose() 648 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT); in tun_output() 1018 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT); in tunstart()
|
| H A D | if_tap.c | 435 * tap_dev_read, while selnotify() is used for kevent(2) and 460 selnotify(&sc->sc_rsel, 0, 1); in tap_start() 572 selnotify(&sc->sc_rsel, 0, 1); in tap_stop()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | uhid.c | 256 selnotify(&sc->sc_rsel, 0, NOTE_SUBMIT); in uhid_intr() 321 fail1: selnotify(&sc->sc_rsel, POLLHUP, 0); in uhidopen() 384 selnotify(&sc->sc_rsel, POLLHUP, 0); in uhidclose()
|
| H A D | emdtv_ir.c | 164 selnotify(&csc->sc_rdsel, 0, 1); in emdtv_ir_worker()
|
| H A D | udsir.c | 898 selnotify(&sc->sc_rd_sel, 0, 0); in deframe_rd_ur() 1028 selnotify(&sc->sc_wr_sel, 0, 0); in udsir_rd_cb()
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | event.c | 172 selnotify(&ev->ev_sel, 0, 0); in ev_wakeup()
|
| /netbsd-src/sys/fs/puffs/ |
| H A D | puffs_subr.c | 157 selnotify(&pn->pn_sel, revents, 0); in puffs_parkdone_poll()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | vio9p.c | 303 selnotify(&sc->sc_sel, 0, 1); in vio9p_read() 613 selnotify(&sc->sc_sel, 0, 1); in vio9p_request_done()
|
| /netbsd-src/sys/coda/ |
| H A D | coda_psdev.c | 582 selnotify(&(vcp->vc_selproc), 0, 0); in coda_call() 709 selnotify(&(vcp->vc_selproc), 0, 0); in coda_call()
|
| /netbsd-src/sys/dev/dmover/ |
| H A D | dmover_io.c | 436 selnotify(&ds->ds_selq, POLLIN | POLLRDNORM, 0); in dmio_read() 505 selnotify(&ds->ds_selq, POLLOUT | POLLWRNORM, 0); in dmio_usrreq_done()
|
| /netbsd-src/sys/arch/landisk/dev/ |
| H A D | button.c | 412 selnotify(&btn_event_queue_selinfo, POLLIN | POLLRDNORM, NOTE_SUBMIT); in btn_event_send()
|
| /netbsd-src/sys/dev/wscons/ |
| H A D | wsevent.c | 365 selnotify(&ev->sel, 0, 0); in wsevent_wakeup()
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | apm.c | 366 selnotify(&sc->sc_rsel, 0, 0);
|
| /netbsd-src/sys/arch/arc/dev/ |
| H A D | opms.c | 429 selnotify(&sc->sc_rsel, 0, 0); in opmsintr()
|
| /netbsd-src/sys/dev/dtv/ |
| H A D | dtv_buffer.c | 91 selnotify(&ds->ds_sel, 0, 0); in dtv_buffer_write()
|