Searched refs:f_detach (Results 1 – 25 of 35) sorted by relevance
12
/freebsd/sys/kern/ |
H A D | sys_eventfd.c | 87 .f_detach = filt_eventfddetach, 93 .f_detach = filt_eventfddetach,
|
H A D | subr_log.c | 80 .f_detach = logkqdetach,
|
H A D | tty_pts.c | 493 .f_detach = pts_kqops_read_detach, 498 .f_detach = pts_kqops_write_detach,
|
H A D | sys_procdesc.c | 486 .f_detach = procdesc_kqops_detach,
|
H A D | kern_event.c | 188 .f_detach = filt_kqdetach, 195 .f_detach = filt_procdetach, 201 .f_detach = filt_timerdetach, 207 .f_detach = filt_userdetach, 2722 kn->kn_fop->f_detach(kn); in knote_drop()
|
H A D | kern_devctl.c | 131 .f_detach = filt_devctl_detach,
|
H A D | sys_pipe.c | 183 .f_detach = filt_pipedetach_notsup, 189 .f_detach = filt_pipedetach, 195 .f_detach = filt_pipedetach,
|
H A D | sys_timerfd.c | 289 .f_detach = filt_timerfddetach,
|
H A D | tty.c | 756 .f_detach = tty_kqops_read_detach, 762 .f_detach = tty_kqops_write_detach,
|
/freebsd/sys/sys/ |
H A D | event.h | 271 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 | 125 .f_detach = fuse_device_filt_detach,
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_freebsd.c | 1402 .f_detach = netmap_knrdetach, 1408 .f_detach = netmap_knwdetach,
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_dev_processes.c | 91 .f_detach = adf_state_kqread_detach,
|
/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, 202 .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 | 1233 .f_detach = usb_filter_detach, 1239 .f_detach = usb_filter_detach,
|
/freebsd/sys/net/ |
H A D | if_tuntap.c | 259 .f_detach = tunkqdetach, 266 .f_detach = tunkqdetach,
|
/freebsd/sys/arm/ti/ |
H A D | ti_pruss.c | 794 .f_detach = ti_pruss_irq_kqread_detach,
|
/freebsd/sys/geom/ |
H A D | geom_dev.c | 83 .f_detach = gdev_filter_detach,
|
/freebsd/sys/dev/hid/ |
H A D | hidraw.c | 177 .f_detach = hidraw_kqdetach,
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_target.c | 109 .f_detach = targreadfiltdetach,
|
/freebsd/sys/dev/gpio/ |
H A D | gpioc.c | 157 .f_detach = gpioc_kqdetach,
|
12