Home
last modified time | relevance | path

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

12

/freebsd/sys/sys/
H A Devent.h268 struct filterops { struct
314 const struct filterops *kn_fop;
356 int kqueue_add_filteropts(int filt, const struct filterops *filtops);
/freebsd/sys/kern/
H A Dkern_event.c114 static int kqueue_expand(struct kqueue *kq, const struct filterops *fops,
122 static const struct filterops *kqueue_fo_find(int filt);
182 static const struct filterops file_filtops = {
186 static const struct filterops kqread_filtops = {
192 static const struct filterops proc_filtops = {
198 static const struct filterops timer_filtops = {
205 static const struct filterops user_filtops = {
336 static const struct filterops null_filtops = {
342 extern const struct filterops sig_filtops;
343 extern const struct filterops fs_filtops;
[all …]
H A Dsys_eventfd.c85 static const struct filterops eventfd_rfiltops = {
91 static const struct filterops eventfd_wfiltops = {
H A Dsubr_log.c77 static const struct filterops log_read_filterops = {
H A Dtty_pts.c491 static const struct filterops pts_kqops_read = {
496 static const struct filterops pts_kqops_write = {
H A Dsys_procdesc.c484 static const struct filterops procdesc_kqops = {
H A Dkern_devctl.c129 static const struct filterops devctl_rfiltops = {
H A Dsys_pipe.c181 static const struct filterops pipe_nfiltops = {
187 static const struct filterops pipe_rfiltops = {
193 static const struct filterops pipe_wfiltops = {
H A Dsys_timerfd.c287 static const struct filterops timerfd_rfiltops = {
H A Dtty.c754 static const struct filterops tty_kqops_read = {
760 static const struct filterops tty_kqops_write = {
/freebsd/sys/fs/fuse/
H A Dfuse_device.c123 static const struct filterops fuse_device_rfiltops = {
129 static const struct filterops fuse_device_wfiltops = {
/freebsd/sys/x86/acpica/
H A Dacpi_apm.c63 static const struct filterops apm_readfiltops = {
/freebsd/sys/dev/netmap/
H A Dnetmap_freebsd.c1400 static const struct filterops netmap_rfiltops = {
1406 static const struct filterops netmap_wfiltops = {
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_dev_processes.c88 static const struct filterops adf_state_read_filterops = {
/freebsd/sys/dev/evdev/
H A Duinput.c102 static const struct filterops uinput_filterops = {
H A Dcdev.c94 static const struct filterops evdev_cdev_filterops = {
/freebsd/sys/fs/cuse/
H A Dcuse.c194 static const struct filterops cuse_client_kqfilter_read_ops = {
200 static const struct filterops cuse_client_kqfilter_write_ops = {
/freebsd/sys/security/audit/
H A Daudit_pipe.c241 static const struct filterops audit_pipe_read_filterops = {
/freebsd/sys/dev/usb/
H A Dusb_dev.c1231 static const struct filterops usb_filtops_write = {
1237 static const struct filterops usb_filtops_read = {
/freebsd/sys/net/
H A Dif_tuntap.c256 static const struct filterops tun_read_filterops = {
263 static const struct filterops tun_write_filterops = {
/freebsd/sys/arm/ti/
H A Dti_pruss.c792 static const struct filterops ti_pruss_kq_read = {
/freebsd/sys/geom/
H A Dgeom_dev.c81 static const struct filterops gdev_filterops_vnode = {
/freebsd/sys/dev/hid/
H A Dhidraw.c175 static const struct filterops hidraw_filterops_read = {
/freebsd/sys/cam/scsi/
H A Dscsi_target.c107 static const struct filterops targread_filtops = {
/freebsd/sys/dev/gpio/
H A Dgpioc.c154 static const struct filterops gpioc_read_filterops = {

12