Home
last modified time | relevance | path

Searched defs:kn (Results 1 – 25 of 47) sorted by last modified time

12

/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c990 devfs_kqfilter_f(struct file *fp, struct knote *kn) in devfs_kqfilter_f()
/freebsd/sys/kern/
H A Dvfs_vnops.c2210 vn_kqfilter(struct file *fp, struct knote *kn) in vn_kqfilter()
2217 vn_kqfilter_opath(struct file *fp, struct knote *kn) in vn_kqfilter_opath()
H A Dkern_devctl.c333 devkqfilter(struct cdev *dev, struct knote *kn) in devkqfilter()
347 filt_devctl_detach(struct knote *kn) in filt_devctl_detach()
353 filt_devctl_read(struct knote *kn, long hint) in filt_devctl_read()
H A Duipc_socket.c3714 soo_kqfilter(struct file *fp, struct knote *kn)
3758 filt_sordetach(struct knote *kn)
3771 filt_soread(struct knote *kn, long hint)
3813 filt_sowdetach(struct knote *kn)
3826 filt_sowrite(struct knote *kn, long hint)
3858 filt_soempty(struct knote *kn, long hint)
H A Dkern_sig.c4305 filt_sigattach(struct knote *kn) in filt_sigattach()
4318 filt_sigdetach(struct knote *kn) in filt_sigdetach()
4330 filt_signal(struct knote *kn, long hint) in filt_signal()
H A Dkern_descrip.c5194 badfo_kqfilter(struct file *fp, struct knote *kn) in badfo_kqfilter()
5327 invfo_kqfilter(struct file *fp, struct knote *kn) in invfo_kqfilter()
H A Dsys_timerfd.c268 filt_timerfddetach(struct knote *kn) in filt_timerfddetach()
278 filt_timerfdread(struct knote *kn, long hint) in filt_timerfdread()
294 timerfd_kqfilter(struct file *fp, struct knote *kn) in timerfd_kqfilter()
H A Duipc_mqueue.c2596 mqf_kqfilter(struct file *fp, struct knote *kn) in mqf_kqfilter()
2613 filt_mqdetach(struct knote *kn) in filt_mqdetach()
2626 filt_mqread(struct knote *kn, long hint) in filt_mqread()
2635 filt_mqwrite(struct knote *kn, long hint) in filt_mqwrite()
H A Dvfs_aio.c2624 filt_aioattach(struct knote *kn) in filt_aioattach()
2647 filt_aiodetach(struct knote *kn) in filt_aiodetach()
2661 filt_aio(struct knote *kn, long hint) in filt_aio()
2674 filt_lioattach(struct knote *kn) in filt_lioattach()
2697 filt_liodetach(struct knote *kn) in filt_liodetach()
2711 filt_lio(struct knote *kn, long hint) in filt_lio()
H A Dvfs_subr.c6405 filt_fsattach(struct knote *kn) in filt_fsattach()
6414 filt_fsdetach(struct knote *kn) in filt_fsdetach()
6421 filt_fsevent(struct knote *kn, long hint) in filt_fsevent()
6526 struct knote *kn = ap->a_kn; in vfs_kqfilter() local
6562 filt_vfsdetach(struct knote *kn) in filt_vfsdetach()
6573 filt_vfsread(struct knote *kn, long hint) in filt_vfsread()
6602 filt_vfswrite(struct knote *kn, long hint) in filt_vfswrite()
6621 filt_vfsvnode(struct knote *kn, long hint) in filt_vfsvnode()
H A Dtty.c707 tty_kqops_read_detach(struct knote *kn) in tty_kqops_read_detach()
715 tty_kqops_read_event(struct knote *kn, long hint __unused) in tty_kqops_read_event()
731 tty_kqops_write_detach(struct knote *kn) in tty_kqops_write_detach()
739 tty_kqops_write_event(struct knote *kn, long hint __unused) in tty_kqops_write_event()
767 ttydev_kqfilter(struct cdev *dev, struct knote *kn) in ttydev_kqfilter()
H A Dsys_pipe.c1742 pipe_kqfilter(struct file *fp, struct knote *kn) in pipe_kqfilter()
1790 filt_pipedetach(struct knote *kn) in filt_pipedetach()
1801 filt_piperead(struct knote *kn, long hint) in filt_piperead()
1823 filt_pipewrite(struct knote *kn, long hint) in filt_pipewrite()
1855 filt_pipedetach_notsup(struct knote *kn) in filt_pipedetach_notsup()
1861 filt_pipenotsup(struct knote *kn, long hint) in filt_pipenotsup()
H A Dsys_procdesc.c441 procdesc_kqops_detach(struct knote *kn) in procdesc_kqops_detach()
450 procdesc_kqops_event(struct knote *kn, long hint) in procdesc_kqops_event()
491 procdesc_kqfilter(struct file *fp, struct knote *kn) in procdesc_kqfilter()
H A Dtty_pts.c440 pts_kqops_read_detach(struct knote *kn) in pts_kqops_read_detach()
450 pts_kqops_read_event(struct knote *kn, long hint) in pts_kqops_read_event()
466 pts_kqops_write_detach(struct knote *kn) in pts_kqops_write_detach()
476 pts_kqops_write_event(struct knote *kn, long hint) in pts_kqops_write_event()
503 ptsdev_kqfilter(struct file *fp, struct knote *kn) in ptsdev_kqfilter()
H A Dsys_eventfd.c252 eventfd_kqfilter(struct file *fp, struct knote *kn) in eventfd_kqfilter()
277 filt_eventfddetach(struct knote *kn) in filt_eventfddetach()
287 filt_eventfdread(struct knote *kn, long hint) in filt_eventfdread()
300 filt_eventfdwrite(struct knote *kn, long hint) in filt_eventfdwrite()
H A Dkern_event.c248 kn_list_lock(struct knote *kn) in kn_list_lock()
274 kn_in_flux(struct knote *kn) in kn_in_flux()
531 struct knote *kn; in knote_fork() local
678 struct knote *kn; member
1494 struct knote *kn, *tkn; in kqueue_register() local
1919 struct knote *kn, *marker; in kqueue_scan() local
2212 struct knote *kn; in kqueue_drain() local
2374 struct knote *kn, *tkn; in knote() local
2591 struct knote *kn, *kn2; in knlist_cleardel() local
2654 struct knote *kn; in knote_fdclose() local
[all …]
/freebsd/bin/ps/
H A Dps.c1053 KINFO kn; in descendant_sort() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c617 zvol_filter_detach(struct knote *kn) in zvol_filter_detach()
629 zvol_filter_vnode(struct knote *kn, long hint) in zvol_filter_vnode()
637 zvol_cdev_kqfilter(struct cdev *dev, struct knote *kn) in zvol_cdev_kqfilter()
/freebsd/sys/net/
H A Dif_tuntap.c1975 tunkqfilter(struct cdev *dev, struct knote *kn) in tunkqfilter()
2009 tunkqread(struct knote *kn, long hint) in tunkqread()
2035 tunkqwrite(struct knote *kn, long hint) in tunkqwrite()
2046 tunkqdetach(struct knote *kn) in tunkqdetach()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1083 linux_file_kqfilter_detach(struct knote *kn) in linux_file_kqfilter_detach() argument
1093 linux_file_kqfilter_read_event(struct knote *kn, long hint) in linux_file_kqfilter_read_event() argument
1103 linux_file_kqfilter_write_event(struct knote *kn, long hint) in linux_file_kqfilter_write_event() argument
1160 linux_file_kqfilter(struct file *file, struct knote *kn) in linux_file_kqfilter() argument
[all...]
/freebsd/sys/sys/
H A Dfile.h394 fo_kqfilter(struct file *fp, struct knote *kn) in fo_kqfilter()
/freebsd/sys/x86/acpica/
H A Dacpi_apm.c404 apmkqfilter(struct cdev *dev, struct knote *kn) in apmkqfilter()
418 apmreadfiltdetach(struct knote *kn) in apmreadfiltdetach()
429 apmreadfilt(struct knote *kn, long hint) in apmreadfilt()
/freebsd/sys/dev/hid/
H A Dhidraw.c923 hidraw_kqfilter(struct cdev *dev, struct knote *kn) in hidraw_kqfilter()
948 hidraw_kqread(struct knote *kn, long hint) in hidraw_kqread()
967 hidraw_kqdetach(struct knote *kn) in hidraw_kqdetach()
/freebsd/sys/cam/scsi/
H A Dscsi_pass.c2119 passkqfilter(struct cdev *dev, struct knote *kn) in passkqfilter()
2135 passreadfiltdetach(struct knote *kn) in passreadfiltdetach()
2147 passreadfilt(struct knote *kn, long hint) in passreadfilt()
H A Dscsi_target.c319 targkqfilter(struct cdev *dev, struct knote *kn) in targkqfilter()
331 targreadfiltdetach(struct knote *kn) in targreadfiltdetach()
341 targreadfilt(struct knote *kn, long hint) in targreadfilt()

12