Home
last modified time | relevance | path

Searched defs:kn (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/kern/
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 …]
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 Dsubr_log.c194 logkqfilter(struct cdev *dev, struct knote *kn) in logkqfilter()
210 logkqread(struct knote *kn, long hint) in logkqread()
219 logkqdetach(struct knote *kn) in logkqdetach()
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_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 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 Dkern_devctl.c329 devkqfilter(struct cdev *dev, struct knote *kn) in devkqfilter()
343 filt_devctl_detach(struct knote *kn) in filt_devctl_detach()
349 filt_devctl_read(struct knote *kn, long hint) in filt_devctl_read()
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 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 Duipc_socket.c3698 soo_kqfilter(struct file *fp, struct knote *kn)
3742 filt_sordetach(struct knote *kn)
3755 filt_soread(struct knote *kn, long hint)
3793 filt_sowdetach(struct knote *kn)
3806 filt_sowrite(struct knote *kn, long hint)
3836 filt_soempty(struct knote *kn, long hint)
/freebsd/sys/fs/fuse/
H A Dfuse_device.c180 fuse_device_filter(struct cdev *dev, struct knote *kn) in fuse_device_filter()
204 fuse_device_filt_detach(struct knote *kn) in fuse_device_filt_detach()
215 fuse_device_filt_read(struct knote *kn, long hint) in fuse_device_filt_read()
241 fuse_device_filt_write(struct knote *kn, long hint) in fuse_device_filt_write()
/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/beri/
H A Dberi_ring.c303 beri_kqread(struct knote *kn, long hint) in beri_kqread()
331 beri_kqwrite(struct knote *kn, long hint) in beri_kqwrite()
359 beri_kqdetach(struct knote *kn) in beri_kqdetach()
383 beri_kqfilter(struct cdev *dev, struct knote *kn) in beri_kqfilter()
/freebsd/sys/dev/evdev/
H A Dcdev.c336 evdev_kqfilter(struct cdev *dev, struct knote *kn) in evdev_kqfilter()
362 evdev_kqread(struct knote *kn, long hint) in evdev_kqread()
383 evdev_kqdetach(struct knote *kn) in evdev_kqdetach()
H A Duinput.c403 uinput_kqfilter(struct cdev *dev, struct knote *kn) in uinput_kqfilter()
426 uinput_kqread(struct knote *kn, long hint) in uinput_kqread()
440 uinput_kqdetach(struct knote *kn) in uinput_kqdetach()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_dev_processes.c479 adf_state_kqfilter(struct cdev *dev, struct knote *kn) in adf_state_kqfilter()
499 adf_state_kqread_event(struct knote *kn, long hint) in adf_state_kqread_event()
505 adf_state_kqread_detach(struct knote *kn) in adf_state_kqread_detach()
/freebsd/sys/geom/
H A Dgeom_dev.c871 gdev_filter_detach(struct knote *kn) in gdev_filter_detach()
881 gdev_filter_vnode(struct knote *kn, long hint) in gdev_filter_vnode()
889 g_dev_kqfilter(struct cdev *dev, struct knote *kn) in g_dev_kqfilter()
/freebsd/tools/diag/dumpvfscache/
H A Ddumpvfscache.c68 int nchash, i, j, k, kn; in main() local
/freebsd/sys/dev/netmap/
H A Dnetmap_freebsd.c1342 netmap_knrdetach(struct knote *kn) in netmap_knrdetach()
1357 netmap_knwdetach(struct knote *kn) in netmap_knwdetach()
1377 netmap_knrw(struct knote *kn, long hint, int events) in netmap_knrw()
1397 netmap_knread(struct knote *kn, long hint) in netmap_knread()
1403 netmap_knwrite(struct knote *kn, long hint) in netmap_knwrite()
1427 netmap_kqfilter(struct cdev *dev, struct knote *kn) in netmap_kqfilter()
/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/security/audit/
H A Daudit_pipe.c1004 audit_pipe_kqfilter(struct cdev *dev, struct knote *kn) in audit_pipe_kqfilter()
1028 audit_pipe_kqread(struct knote *kn, long hint) in audit_pipe_kqread()
1048 audit_pipe_kqdetach(struct knote *kn) in audit_pipe_kqdetach()
/freebsd/sys/cam/scsi/
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()
/freebsd/sys/arm/ti/
H A Dti_pruss.c802 ti_pruss_irq_kqread_detach(struct knote *kn) in ti_pruss_irq_kqread_detach()
810 ti_pruss_irq_kqevent(struct knote *kn, long hint) in ti_pruss_irq_kqevent()
831 ti_pruss_irq_kqfilter(struct cdev *cdev, struct knote *kn) in ti_pruss_irq_kqfilter()
/freebsd/sys/dev/usb/
H A Dusb_dev.c1139 usb_filter_detach(struct knote *kn) in usb_filter_detach()
1146 usb_filter_write(struct knote *kn, long hint) in usb_filter_write()
1187 usb_filter_read(struct knote *kn, long hint) in usb_filter_read()
1245 usb_kqfilter(struct cdev* dev, struct knote *kn) in usb_kqfilter()
/freebsd/sys/dev/gpio/
H A Dgpioc.c983 gpioc_kqfilter(struct cdev *dev, struct knote *kn) in gpioc_kqfilter()
1012 gpioc_kqread(struct knote *kn, long hint) in gpioc_kqread()
1035 gpioc_kqdetach(struct knote *kn) in gpioc_kqdetach()

12