Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/sys/
H A Devent.h262 struct filterops { struct
306 struct filterops *kn_fop;
349 int kqueue_add_filteropts(int filt, struct filterops *filtops);
/freebsd-13.1/sys/kern/
H A Dkern_event.c178 static struct filterops file_filtops = {
182 static struct filterops kqread_filtops = {
188 static struct filterops proc_filtops = {
194 static struct filterops timer_filtops = {
201 static struct filterops user_filtops = {
332 struct filterops null_filtops = {
338 extern struct filterops sig_filtops;
339 extern struct filterops fs_filtops;
348 struct filterops *for_fop;
1439 static struct filterops *
[all …]
H A Dsys_eventfd.c91 static struct filterops eventfd_rfiltops = {
97 static struct filterops eventfd_wfiltops = {
H A Dsubr_log.c82 static struct filterops log_read_filterops = {
H A Dtty_pts.c499 static struct filterops pts_kqops_read = {
504 static struct filterops pts_kqops_write = {
H A Dsys_procdesc.c487 static struct filterops procdesc_kqops = {
H A Dsys_pipe.c182 static struct filterops pipe_nfiltops = {
187 static struct filterops pipe_rfiltops = {
192 static struct filterops pipe_wfiltops = {
H A Dtty.c755 static struct filterops tty_kqops_read = {
761 static struct filterops tty_kqops_write = {
/freebsd-13.1/sys/fs/fuse/
H A Dfuse_device.c126 struct filterops fuse_device_rfiltops = {
132 struct filterops fuse_device_wfiltops = {
/freebsd-13.1/sys/dev/beri/
H A Dberi_ring.c371 static struct filterops beri_read_filterops = {
378 static struct filterops beri_write_filterops = {
/freebsd-13.1/sys/x86/acpica/
H A Dacpi_apm.c66 static struct filterops apm_readfiltops = {
/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_freebsd.c1436 static struct filterops netmap_rfiltops = {
1442 static struct filterops netmap_wfiltops = {
/freebsd-13.1/sys/dev/evdev/
H A Duinput.c104 static struct filterops uinput_filterops = {
H A Dcdev.c96 static struct filterops evdev_cdev_filterops = {
/freebsd-13.1/sys/fs/cuse/
H A Dcuse.c178 static struct filterops cuse_client_kqfilter_read_ops = {
184 static struct filterops cuse_client_kqfilter_write_ops = {
/freebsd-13.1/sys/security/audit/
H A Daudit_pipe.c244 static struct filterops audit_pipe_read_filterops = {
/freebsd-13.1/sys/dev/usb/
H A Dusb_dev.c1232 static struct filterops usb_filtops_write = {
1238 static struct filterops usb_filtops_read = {
/freebsd-13.1/sys/net/
H A Dif_tuntap.c253 static struct filterops tun_read_filterops = {
260 static struct filterops tun_write_filterops = {
/freebsd-13.1/sys/arm/ti/
H A Dti_pruss.c803 static struct filterops ti_pruss_kq_read = {
/freebsd-13.1/sys/compat/linux/
H A Dlinux_event.c141 static struct filterops timerfd_rfiltops = {
/freebsd-13.1/sys/dev/hid/
H A Dhidraw.c149 static struct filterops hidraw_filterops_read = {
/freebsd-13.1/sys/geom/
H A Dgeom_dev.c84 static struct filterops gdev_filterops_vnode = {
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_target.c110 static struct filterops targread_filtops = {
/freebsd-13.1/sys/dev/gpio/
H A Dgpioc.c157 static struct filterops gpioc_read_filterops = {
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1275 static struct filterops linux_dev_kqfiltops_read = {
1281 static struct filterops linux_dev_kqfiltops_write = {

12