Home
last modified time | relevance | path

Searched refs:kn_hook (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_eventfd.c273 kn->kn_hook = efd; in eventfd_kqfilter()
283 struct eventfd *efd = kn->kn_hook; in filt_eventfddetach()
293 struct eventfd *efd = kn->kn_hook; in filt_eventfdread()
306 struct eventfd *efd = kn->kn_hook; in filt_eventfdwrite()
H A Dsubr_log.c206 kn->kn_hook = NULL; in logkqfilter()
H A Dtty.c709 struct tty *tp = kn->kn_hook; in tty_kqops_read_detach()
717 struct tty *tp = kn->kn_hook; in tty_kqops_read_event()
733 struct tty *tp = kn->kn_hook; in tty_kqops_write_detach()
741 struct tty *tp = kn->kn_hook; in tty_kqops_write_event()
778 kn->kn_hook = tp; in ttydev_kqfilter()
783 kn->kn_hook = tp; in ttydev_kqfilter()
H A Dsys_pipe.c1733 kn->kn_hook = cpipe; in pipe_kqfilter()
1742 struct pipe *cpipe = kn->kn_hook; in filt_pipedetach()
1754 struct pipe *rpipe = kn->kn_hook; in filt_piperead()
1775 struct pipe *wpipe = kn->kn_hook; in filt_pipewrite()
H A Dvfs_subr.c6194 kn->kn_hook = (caddr_t)vp; in vfs_kqfilter()
6212 struct vnode *vp = (struct vnode *)kn->kn_hook; in filt_vfsdetach()
6223 struct vnode *vp = (struct vnode *)kn->kn_hook; in filt_vfsread()
6252 struct vnode *vp = (struct vnode *)kn->kn_hook; in filt_vfswrite()
6271 struct vnode *vp = (struct vnode *)kn->kn_hook; in filt_vfsvnode()
H A Dkern_event.c874 kn->kn_hook = NULL; in filt_userattach()
/f-stack/freebsd/x86/acpica/
H A Dacpi_apm.c413 kn->kn_hook = clone; in apmkqfilter()
426 clone = kn->kn_hook; in apmreadfiltdetach()
438 clone = kn->kn_hook; in apmreadfilt()
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c1019 kn->kn_hook = ap; in audit_pipe_kqfilter()
1035 ap = (struct audit_pipe *)kn->kn_hook; in audit_pipe_kqread()
1055 ap = (struct audit_pipe *)kn->kn_hook; in audit_pipe_kqdetach()
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c812 struct ti_pruss_irqsc *sc = kn->kn_hook; in ti_pruss_irq_kqread_detach()
823 irq_sc = kn->kn_hook; in ti_pruss_irq_kqevent()
845 kn->kn_hook = sc; in ti_pruss_irq_kqfilter()
/f-stack/tools/compat/include/sys/
H A Devent.h238 void *kn_hook; member
/f-stack/freebsd/sys/
H A Devent.h286 void *kn_hook; member
/f-stack/freebsd/net/
H A Dif_tuntap.c1960 kn->kn_hook = tp; in tunkqfilter()
1973 struct tuntap_softc *tp = kn->kn_hook; in tunkqread()
1998 struct tuntap_softc *tp = kn->kn_hook; in tunkqwrite()
2009 struct tuntap_softc *tp = kn->kn_hook; in tunkqdetach()
H A Dbpf.c2148 kn->kn_hook = d; in bpfkqfilter()
2158 struct bpf_d *d = (struct bpf_d *)kn->kn_hook; in filt_bpfdetach()
2166 struct bpf_d *d = (struct bpf_d *)kn->kn_hook; in filt_bpfread()