Home
last modified time | relevance | path

Searched refs:kn_fop (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_event.c387 kn->kn_fop = &kqread_filtops; in kqueue_kqfilter()
1524 kn->kn_fop = fops; in kqueue_register()
1611 event = kn->kn_fop->f_event(kn, 0); in kqueue_register()
1929 touch = (!kn->kn_fop->f_isfd && in kqueue_scan()
1930 kn->kn_fop->f_touch != NULL); in kqueue_scan()
2283 if (kn->kn_fop->f_event(kn, hint)) in knote()
2598 if (kn->kn_fop->f_isfd) { in knote_attach()
2616 kn->kn_fop->f_detach(kn); in knote_drop()
2636 if (kn->kn_fop->f_isfd) in knote_drop_detached()
2647 if (kn->kn_fop->f_isfd) { in knote_drop_detached()
[all …]
H A Dsys_eventfd.c263 kn->kn_fop = &eventfd_rfiltops; in eventfd_kqfilter()
266 kn->kn_fop = &eventfd_wfiltops; in eventfd_kqfilter()
H A Dsubr_log.c205 kn->kn_fop = &log_read_filterops; in logkqfilter()
H A Dtty_pts.c521 kn->kn_fop = &pts_kqops_read; in ptsdev_kqfilter()
525 kn->kn_fop = &pts_kqops_write; in ptsdev_kqfilter()
H A Dsys_pipe.c1706 kn->kn_fop = &pipe_nfiltops; in pipe_kqfilter()
1710 kn->kn_fop = &pipe_nfiltops; in pipe_kqfilter()
1717 kn->kn_fop = &pipe_rfiltops; in pipe_kqfilter()
1720 kn->kn_fop = &pipe_wfiltops; in pipe_kqfilter()
H A Dsys_procdesc.c501 kn->kn_fop = &procdesc_kqops; in procdesc_kqfilter()
H A Dtty.c779 kn->kn_fop = &tty_kqops_read; in ttydev_kqfilter()
784 kn->kn_fop = &tty_kqops_write; in ttydev_kqfilter()
H A Duipc_socket.c3599 kn->kn_fop = &soread_filtops;
3604 kn->kn_fop = &sowrite_filtops;
3609 kn->kn_fop = &soempty_filtops;
H A Duipc_mqueue.c2613 kn->kn_fop = &mq_rfiltops; in mqf_kqfilter()
2616 kn->kn_fop = &mq_wfiltops; in mqf_kqfilter()
H A Dvfs_subr.c6182 kn->kn_fop = &vfsread_filtops; in vfs_kqfilter()
6185 kn->kn_fop = &vfswrite_filtops; in vfs_kqfilter()
6188 kn->kn_fop = &vfsvnode_filtops; in vfs_kqfilter()
H A Dsubr_bus.c578 kn->kn_fop = &devctl_rfiltops; in devkqfilter()
/f-stack/tools/compat/include/sys/
H A Devent.h237 struct filterops *kn_fop; member
/f-stack/freebsd/sys/
H A Devent.h306 struct filterops *kn_fop; member
/f-stack/freebsd/x86/acpica/
H A Dacpi_apm.c414 kn->kn_fop = &apm_readfiltops; in apmkqfilter()
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c1018 kn->kn_fop = &audit_pipe_read_filterops; in audit_pipe_kqfilter()
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c846 kn->kn_fop = &ti_pruss_kq_read; in ti_pruss_irq_kqfilter()
/f-stack/freebsd/net/
H A Dif_tuntap.c1945 kn->kn_fop = &tun_read_filterops; in tunkqfilter()
1951 kn->kn_fop = &tun_write_filterops; in tunkqfilter()
H A Dbpf.c2147 kn->kn_fop = &bpfread_filtops; in bpfkqfilter()