| /freebsd/sys/netgraph/ |
| H A D | ng_device.c | 621 knlist_remove(&priv->rsel.si_note, kn, 0); in ngd_kqread_detach() 653 knlist_remove(&priv->wsel.si_note, kn, 0); in ngd_kqwrite_detach()
|
| /freebsd/sys/kern/ |
| H A D | subr_log.c | 224 knlist_remove(&logsoftc.sc_selp.si_note, kn, 1); in logkqdetach()
|
| H A D | tty_pts.c | 445 knlist_remove(&psc->pts_outpoll.si_note, kn, 0); in pts_kqops_read_detach() 471 knlist_remove(&psc->pts_inpoll.si_note, kn, 0); in pts_kqops_write_detach()
|
| H A D | sys_eventfd.c | 328 knlist_remove(&efd->efd_sel.si_note, kn, 1); in filt_eventfddetach()
|
| H A D | kern_jaildesc.c | 328 knlist_remove(&jd->jd_selinfo.si_note, kn, 0); in jaildesc_kqops_detach()
|
| H A D | sys_procdesc.c | 455 knlist_remove(&pd->pd_selinfo.si_note, kn, 0); in procdesc_kqops_detach()
|
| H A D | kern_devctl.c | 350 knlist_remove(&devsoftc.sel.si_note, kn, 0); in filt_devctl_detach()
|
| H A D | sys_timerfd.c | 272 knlist_remove(&tfd->tfd_sel.si_note, kn, 1); in filt_timerfddetach()
|
| H A D | kern_event.c | 426 knlist_remove(&kq->kq_sel.si_note, kn, 0); in filt_kqdetach() 513 knlist_remove(kn->kn_knlist, kn, 0); in filt_procdetach() 681 knlist_remove(kn->kn_knlist, kn, 0); in filt_jaildetach() 2643 knlist_remove(struct knlist *knl, struct knote *kn, int islocked) in knlist_remove() function
|
| H A D | tty.c | 710 knlist_remove(&tp->t_inpoll.si_note, kn, 0); in tty_kqops_read_detach() 734 knlist_remove(&tp->t_outpoll.si_note, kn, 0); in tty_kqops_write_detach()
|
| H A D | vfs_inotify.c | 317 knlist_remove(&sc->sel.si_note, kn, 0); in filt_inotifydetach()
|
| /freebsd/sys/sys/ |
| H A D | event.h | 355 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
|
| /freebsd/sys/x86/acpica/ |
| H A D | acpi_apm.c | 426 knlist_remove(&clone->sel_read.si_note, kn, 0); in apmreadfiltdetach()
|
| /freebsd/sys/fs/fuse/ |
| H A D | fuse_device.c | 218 knlist_remove(&data->ks_rsel.si_note, kn, 0); in fuse_device_filt_detach()
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_freebsd.c | 1349 knlist_remove(&si->si.si_note, kn, /*islocked=*/0); in netmap_knrdetach() 1364 knlist_remove(&si->si.si_note, kn, /*islocked=*/0); in netmap_knwdetach()
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | adf_freebsd_dev_processes.c | 506 knlist_remove(&priv->rsel.si_note, kn, 1); in adf_state_kqread_detach()
|
| /freebsd/sys/dev/hid/ |
| H A D | u2f.c | 561 knlist_remove(&sc->sc_rsel.si_note, kn, 0); in u2f_kqdetach()
|
| H A D | hidraw.c | 1022 knlist_remove(&sc->sc_rsel.si_note, kn, 0); in hidraw_kqdetach()
|
| /freebsd/sys/dev/evdev/ |
| H A D | uinput.c | 446 knlist_remove(&state->ucs_selp.si_note, kn, 0); in uinput_kqdetach()
|
| H A D | cdev.c | 389 knlist_remove(&client->ec_selp.si_note, kn, 0); in evdev_kqdetach()
|
| /freebsd/sys/fs/cuse/ |
| H A D | cuse.c | 1958 knlist_remove(&pcs->selinfo.si_note, kn, 1); in cuse_client_kqfilter_read_detach() 1972 knlist_remove(&pcs->selinfo.si_note, kn, 1); in cuse_client_kqfilter_write_detach()
|
| /freebsd/sys/security/audit/ |
| H A D | audit_pipe.c | 1055 knlist_remove(&ap->ap_selinfo.si_note, kn, 1); in audit_pipe_kqdetach()
|
| /freebsd/sys/arm/ti/ |
| H A D | ti_pruss.c | 804 knlist_remove(&sc->sc_selinfo.si_note, kn, 0); in ti_pruss_irq_kqread_detach()
|
| /freebsd/sys/geom/ |
| H A D | geom_dev.c | 885 knlist_remove(&sc->sc_selinfo.si_note, kn, 0); in gdev_filter_detach()
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_target.c | 337 knlist_remove(&softc->read_select.si_note, kn, 0); in targreadfiltdetach()
|