Home
last modified time | relevance | path

Searched refs:filterops (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/sys/sys/
H A Devent.h265 struct filterops { struct
309 const struct filterops *kn_fop;
351 int kqueue_add_filteropts(int filt, const struct filterops *filtops);
/freebsd/sys/kern/
H A Dkern_event.c176 static struct filterops file_filtops = {
180 static struct filterops kqread_filtops = {
186 static struct filterops proc_filtops = {
192 static struct filterops timer_filtops = {
199 static struct filterops user_filtops = {
330 struct filterops null_filtops = {
336 extern struct filterops sig_filtops;
337 extern struct filterops fs_filtops;
345 const struct filterops *for_fop;
1449 static const struct filterops *
[all …]
H A Dsys_eventfd.c87 static struct filterops eventfd_rfiltops = {
93 static struct filterops eventfd_wfiltops = {
H A Dsubr_log.c77 static struct filterops log_read_filterops = {
H A Dtty_pts.c491 static struct filterops pts_kqops_read = {
496 static struct filterops pts_kqops_write = {
H A Dsys_procdesc.c484 static struct filterops procdesc_kqops = {
H A Dsys_pipe.c178 static struct filterops pipe_nfiltops = {
183 static struct filterops pipe_rfiltops = {
188 static struct filterops pipe_wfiltops = {
H A Dkern_devctl.c129 static struct filterops devctl_rfiltops = {
H A Dsys_timerfd.c287 static struct filterops timerfd_rfiltops = {
H A Dtty.c754 static struct filterops tty_kqops_read = {
760 static struct filterops tty_kqops_write = {
/freebsd/sys/fs/fuse/
H A Dfuse_device.c123 struct filterops fuse_device_rfiltops = {
129 struct filterops fuse_device_wfiltops = {
/freebsd/sys/dev/beri/
H A Dberi_ring.c368 static struct filterops beri_read_filterops = {
375 static struct filterops beri_write_filterops = {
/freebsd/sys/x86/acpica/
H A Dacpi_apm.c63 static struct filterops apm_readfiltops = {
/freebsd/sys/dev/netmap/
H A Dnetmap_freebsd.c1404 static struct filterops netmap_rfiltops = {
1410 static struct filterops netmap_wfiltops = {
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_dev_processes.c88 static struct filterops adf_state_read_filterops = {
/freebsd/sys/dev/evdev/
H A Duinput.c102 static struct filterops uinput_filterops = {
H A Dcdev.c94 static struct filterops evdev_cdev_filterops = {
/freebsd/sys/fs/cuse/
H A Dcuse.c194 static struct filterops cuse_client_kqfilter_read_ops = {
200 static struct filterops cuse_client_kqfilter_write_ops = {
/freebsd/sys/security/audit/
H A Daudit_pipe.c241 static struct filterops audit_pipe_read_filterops = {
/freebsd/sys/dev/usb/
H A Dusb_dev.c1231 static struct filterops usb_filtops_write = {
1237 static struct filterops usb_filtops_read = {
/freebsd/sys/net/
H A Dif_tuntap.c256 static struct filterops tun_read_filterops = {
263 static struct filterops tun_write_filterops = {
/freebsd/sys/arm/ti/
H A Dti_pruss.c795 static struct filterops ti_pruss_kq_read = {
/freebsd/sys/geom/
H A Dgeom_dev.c81 static struct filterops gdev_filterops_vnode = {
/freebsd/sys/dev/gpio/
H A Dgpioc.c154 static struct filterops gpioc_read_filterops = {
/freebsd/sys/cam/scsi/
H A Dscsi_target.c107 static struct filterops targread_filtops = {

12