Symbol: filterops
sys/bus/cam/scsi/scsi_target.c
108
static struct filterops targread_filtops =
sys/bus/cam/scsi/scsi_target.c
110
static struct filterops targwrite_filtops =
sys/bus/firewire/fwdev.c
700
static struct filterops fw_read_filterops =
sys/bus/firewire/fwdev.c
702
static struct filterops fw_write_filterops =
sys/bus/u4b/usb_dev.c
1156
static struct filterops usb_filtops_read =
sys/bus/u4b/usb_dev.c
1159
static struct filterops usb_filtops_write =
sys/bus/u4b/uvc/uvc_buf.c
632
static struct filterops uvc_buf_queue_filtops_read = {
sys/dev/drm/drm_file.c
772
static struct filterops drmfiltops =
sys/dev/misc/cmx/cmx.c
645
static struct filterops cmx_read_filterops =
sys/dev/misc/cmx/cmx.c
647
static struct filterops cmx_write_filterops =
sys/dev/misc/cuse/cuse.c
190
static struct filterops cuse_client_kqfilter_read_ops = {
sys/dev/misc/cuse/cuse.c
195
static struct filterops cuse_client_kqfilter_write_ops = {
sys/dev/misc/evdev/cdev.c
91
static struct filterops evdev_cdev_filterops = {
sys/dev/misc/ipmi/ipmi.c
117
static struct filterops ipmi_filterops = {
sys/dev/misc/kbd/kbd.c
816
static struct filterops genkbdfiltops =
sys/dev/misc/psm/psm.c
5268
static struct filterops psmfiltops =
sys/dev/misc/snp/snp.c
622
static struct filterops snpfiltops_rd =
sys/dev/misc/snp/snp.c
624
static struct filterops snpfiltops_wr =
sys/dev/misc/syscons/sysmouse.c
394
static struct filterops smfiltops =
sys/dev/misc/vkbd/vkbd.c
542
static struct filterops vkbd_rd_filterops = {
sys/dev/misc/vkbd/vkbd.c
547
static struct filterops vkbd_wr_filterops = {
sys/dev/raid/aac/aac.c
2901
static struct filterops aac_filterops =
sys/dev/raid/mfi/mfi.c
173
static struct filterops mfi_read_filterops =
sys/dev/raid/mfi/mfi.c
175
static struct filterops mfi_write_filterops =
sys/dev/raid/vinum/vinum.c
602
struct filterops vinumfiltops_rd =
sys/dev/raid/vinum/vinum.c
604
struct filterops vinumfiltops_wr =
sys/dev/smbus/atmel_mxt/atmel_mxt.c
805
static struct filterops atmel_mxt_filtops =
sys/dev/smbus/cyapa/cyapa.c
1062
static struct filterops cyapa_filtops =
sys/dev/sound/midi/midi.c
199
static struct filterops midi_read_filterops =
sys/dev/sound/midi/midi.c
201
static struct filterops midi_write_filterops =
sys/dev/sound/midi/sequencer.c
118
static struct filterops seq_read_filterops =
sys/dev/sound/midi/sequencer.c
120
static struct filterops seq_write_filterops =
sys/dev/sound/pcm/dsp.c
2177
static struct filterops dsp_read_filtops =
sys/dev/sound/pcm/dsp.c
2180
static struct filterops dsp_write_filtops =
sys/dev/video/bktr/bktr_os.c
687
static struct filterops bktr_filterops =
sys/dev/video/cxm/cxm.c
2907
static struct filterops cxm_filterops =
sys/kern/kern_event.c
1105
struct filterops *fops;
sys/kern/kern_event.c
1157
struct filterops *fops;
sys/kern/kern_event.c
140
static struct filterops file_filtops =
sys/kern/kern_event.c
142
static struct filterops kqread_filtops =
sys/kern/kern_event.c
144
static struct filterops proc_filtops =
sys/kern/kern_event.c
146
static struct filterops timer_filtops =
sys/kern/kern_event.c
148
static struct filterops user_filtops =
sys/kern/kern_event.c
150
static struct filterops fs_filtops =
sys/kern/kern_event.c
173
extern struct filterops aio_filtops;
sys/kern/kern_event.c
174
extern struct filterops sig_filtops;
sys/kern/kern_event.c
179
static struct filterops *sysfilt_ops[] = {
sys/kern/kern_event.c
1912
struct filterops *ops, void *hook)
sys/kern/kern_memio.c
678
static struct filterops random_read_filtops =
sys/kern/kern_memio.c
681
static struct filterops mm_read_filtops =
sys/kern/kern_memio.c
684
static struct filterops mm_write_filtops =
sys/kern/kern_sig.c
88
struct filterops sig_filtops =
sys/kern/kern_udev.c
746
static struct filterops udev_dev_read_filtops =
sys/kern/subr_bus.c
434
static struct filterops dev_filtops =
sys/kern/subr_log.c
190
static struct filterops logread_filtops =
sys/kern/sys_mqueue.c
282
static struct filterops mqfiltops_read =
sys/kern/sys_mqueue.c
284
static struct filterops mqfiltops_write =
sys/kern/sys_pipe.c
104
__read_mostly static struct filterops pipe_rfiltops =
sys/kern/sys_pipe.c
106
__read_mostly static struct filterops pipe_wfiltops =
sys/kern/tty.c
1269
static struct filterops ttyread_filtops =
sys/kern/tty.c
1271
static struct filterops ttywrite_filtops =
sys/kern/tty_pty.c
830
static struct filterops ptcread_filtops =
sys/kern/tty_pty.c
832
static struct filterops ptcwrite_filtops =
sys/kern/tty_tty.c
268
static struct filterops cttyfiltops_read =
sys/kern/tty_tty.c
271
static struct filterops cttyfiltops_write =
sys/kern/uipc_socket.c
116
static struct filterops solisten_filtops =
sys/kern/uipc_socket.c
118
static struct filterops soread_filtops =
sys/kern/uipc_socket.c
120
static struct filterops sowrite_filtops =
sys/kern/uipc_socket.c
122
static struct filterops soexcept_filtops =
sys/kern/vfs_aio.c
81
struct filterops aio_filtops =
sys/net/bpf.c
1157
static struct filterops bpf_read_filtops =
sys/net/netmap/netmap.c
1524
static struct filterops netmap_kqfilter_ops = {
sys/net/tap/if_tap.c
128
static struct filterops tapread_filtops = {
sys/net/tap/if_tap.c
134
static struct filterops tapwrite_filtops = {
sys/net/tun/if_tun.c
106
static struct filterops tun_read_filtops = {
sys/net/tun/if_tun.c
112
static struct filterops tun_write_filtops = {
sys/sys/event.h
216
struct filterops *kn_fop;
sys/sys/event.h
262
struct filterops *, void *);
sys/vfs/devfs/devfs_core.c
2539
static struct filterops devfs_detached_filterops =
sys/vfs/dirfs/dirfs_vnops.c
1454
static struct filterops dirfsread_filtops =
sys/vfs/dirfs/dirfs_vnops.c
1457
static struct filterops dirfswrite_filtops =
sys/vfs/dirfs/dirfs_vnops.c
1460
static struct filterops dirfsvnode_filtops =
sys/vfs/ext2fs/ext2_vnops.c
1538
static struct filterops ext2read_filtops =
sys/vfs/ext2fs/ext2_vnops.c
1540
static struct filterops ext2write_filtops =
sys/vfs/ext2fs/ext2_vnops.c
1542
static struct filterops ext2vnode_filtops =
sys/vfs/fifofs/fifo_vnops.c
84
static struct filterops fiforead_filtops =
sys/vfs/fifofs/fifo_vnops.c
86
static struct filterops fifowrite_filtops =
sys/vfs/fuse/fuse_device.c
229
static struct filterops fusedevread_filterops =
sys/vfs/fuse/fuse_device.c
232
static struct filterops fusedevwrite_filterops =
sys/vfs/fuse/fuse_vnops.c
1832
static struct filterops fuseread_filtops =
sys/vfs/fuse/fuse_vnops.c
1835
static struct filterops fusewrite_filtops =
sys/vfs/fuse/fuse_vnops.c
1838
static struct filterops fusevnode_filtops =
sys/vfs/hammer/hammer_vnops.c
3532
static struct filterops hammerread_filtops =
sys/vfs/hammer/hammer_vnops.c
3535
static struct filterops hammerwrite_filtops =
sys/vfs/hammer/hammer_vnops.c
3538
static struct filterops hammervnode_filtops =
sys/vfs/hammer2/hammer2_vnops.c
2310
static struct filterops hammer2read_filtops =
sys/vfs/hammer2/hammer2_vnops.c
2313
static struct filterops hammer2write_filtops =
sys/vfs/hammer2/hammer2_vnops.c
2316
static struct filterops hammer2vnode_filtops =
sys/vfs/nfs/nfs_vnops.c
3743
static struct filterops nfsread_filtops =
sys/vfs/nfs/nfs_vnops.c
3746
static struct filterops nfswrite_filtops =
sys/vfs/nfs/nfs_vnops.c
3749
static struct filterops nfsvnode_filtops =
sys/vfs/procfs/procfs_vnops.c
1238
static struct filterops procfs_read_filtops = {
sys/vfs/procfs/procfs_vnops.c
1242
static struct filterops procfs_write_filtops = {
sys/vfs/procfs/procfs_vnops.c
1246
static struct filterops procfs_vnode_filtops = {
sys/vfs/tmpfs/tmpfs_vnops.c
1999
static struct filterops tmpfsread_filtops =
sys/vfs/tmpfs/tmpfs_vnops.c
2002
static struct filterops tmpfswrite_filtops =
sys/vfs/tmpfs/tmpfs_vnops.c
2005
static struct filterops tmpfsvnode_filtops =
sys/vfs/ufs/ufs_vnops.c
2152
static struct filterops ufsread_filtops =
sys/vfs/ufs/ufs_vnops.c
2154
static struct filterops ufswrite_filtops =
sys/vfs/ufs/ufs_vnops.c
2156
static struct filterops ufsvnode_filtops =