Searched refs:f_detach (Results 1 – 25 of 42) sorted by relevance
12
| /freebsd/sys/kern/ |
| H A D | sys_eventfd.c | 88 .f_detach = filt_eventfddetach, 96 .f_detach = filt_eventfddetach,
|
| H A D | subr_log.c | 80 .f_detach = logkqdetach,
|
| H A D | tty_pts.c | 492 .f_detach = pts_kqops_read_detach, 498 .f_detach = pts_kqops_write_detach,
|
| H A D | kern_event.c | 197 .f_detach = filt_kqdetach, 205 .f_detach = filt_procdetach, 212 .f_detach = filt_jaildetach, 219 .f_detach = filt_timerdetach, 226 .f_detach = filt_userdetach, 2923 kn->kn_fop->f_detach(kn); in knote_drop() 3102 fop->f_detach(kn1); in kqueue_fork_copy_knote()
|
| H A D | kern_jaildesc.c | 376 .f_detach = jaildesc_kqops_detach,
|
| H A D | sys_procdesc.c | 491 .f_detach = procdesc_kqops_detach,
|
| H A D | kern_devctl.c | 131 .f_detach = filt_devctl_detach,
|
| H A D | sys_pipe.c | 183 .f_detach = filt_pipedetach_notsup, 190 .f_detach = filt_pipedetach, 197 .f_detach = filt_pipedetach,
|
| H A D | sys_timerfd.c | 298 .f_detach = filt_timerfddetach,
|
| H A D | tty.c | 755 .f_detach = tty_kqops_read_detach, 762 .f_detach = tty_kqops_write_detach,
|
| /freebsd/sys/netgraph/ |
| H A D | ng_device.c | 155 .f_detach = ngd_kqread_detach, 161 .f_detach = ngd_kqwrite_detach,
|
| /freebsd/sys/sys/ |
| H A D | event.h | 284 void (*f_detach)(struct knote *kn); member
|
| /freebsd/sys/x86/acpica/ |
| H A D | acpi_apm.c | 65 .f_detach = apmreadfiltdetach,
|
| /freebsd/sys/fs/fuse/ |
| H A D | fuse_device.c | 126 .f_detach = fuse_device_filt_detach,
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_freebsd.c | 1427 .f_detach = netmap_knrdetach, 1434 .f_detach = netmap_knwdetach,
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | adf_freebsd_dev_processes.c | 90 .f_detach = adf_state_kqread_detach,
|
| /freebsd/sys/dev/hid/ |
| H A D | u2f.c | 133 .f_detach = u2f_kqdetach,
|
| /freebsd/sys/dev/evdev/ |
| H A D | uinput.c | 105 .f_detach = uinput_kqdetach,
|
| H A D | cdev.c | 97 .f_detach = evdev_kqdetach,
|
| /freebsd/sys/fs/cuse/ |
| H A D | cuse.c | 196 .f_detach = cuse_client_kqfilter_read_detach, 203 .f_detach = cuse_client_kqfilter_write_detach,
|
| /freebsd/sys/security/audit/ |
| H A D | audit_pipe.c | 244 .f_detach = audit_pipe_kqdetach,
|
| /freebsd/sys/dev/usb/ |
| H A D | usb_dev.c | 1232 .f_detach = usb_filter_detach, 1239 .f_detach = usb_filter_detach,
|
| /freebsd/sys/arm/ti/ |
| H A D | ti_pruss.c | 794 .f_detach = ti_pruss_irq_kqread_detach,
|
| /freebsd/sys/net/ |
| H A D | if_tuntap.c | 263 .f_detach = tunkqdetach, 271 .f_detach = tunkqdetach,
|
| /freebsd/sys/geom/ |
| H A D | geom_dev.c | 83 .f_detach = gdev_filter_detach,
|
12