Home
last modified time | relevance | path

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

123

/dflybsd-src/sys/kern/
H A Dkern_event.c164 #define KNOTE_ACTIVATE(kn) do { \ argument
204 knote_acquire(struct knote *kn) in knote_acquire()
225 knote_release(struct knote *kn) in knote_release()
253 filt_fileattach(struct knote *kn) in filt_fileattach()
262 kqueue_kqfilter(struct file *fp, struct knote *kn) in kqueue_kqfilter()
275 filt_kqdetach(struct knote *kn) in filt_kqdetach()
284 filt_kqueue(struct knote *kn, long hint) in filt_kqueue()
293 filt_procattach(struct knote *kn) in filt_procattach()
350 filt_procdetach(struct knote *kn) in filt_procdetach()
361 filt_proc(struct knote *kn, long hint) in filt_proc()
[all …]
H A Dtty_tty.c280 struct knote *kn = ap->a_kn; in cttykqfilter() local
309 cttyfilt_detach(struct knote *kn) {} in cttyfilt_detach()
312 cttyfilt_read(struct knote *kn, long hint) in cttyfilt_read()
323 cttyfilt_write(struct knote *kn, long hint) in cttyfilt_write()
H A Dsubr_log.c196 struct knote *kn = ap->a_kn; in logkqfilter() local
215 logfiltdetach(struct knote *kn) in logfiltdetach()
223 logfiltread(struct knote *kn, long hint) in logfiltread()
H A Dkern_memio.c663 mm_filter_read(struct knote *kn, long hint) in mm_filter_read()
669 mm_filter_write(struct knote *kn, long hint) in mm_filter_write()
675 dummy_filter_detach(struct knote *kn) {} in dummy_filter_detach()
690 struct knote *kn = ap->a_kn; in mmkqfilter() local
H A Dtty_pty.c890 struct knote *kn = ap->a_kn; in ptckqfilter() local
915 filt_ptcread (struct knote *kn, long hint) in filt_ptcread()
946 filt_ptcwrite (struct knote *kn, long hint) in filt_ptcwrite()
978 filt_ptcrdetach (struct knote *kn) in filt_ptcrdetach()
986 filt_ptcwdetach (struct knote *kn) in filt_ptcwdetach()
H A Dsys_mqueue.c288 mq_kqfilter_fop(struct file *fp, struct knote *kn) in mq_kqfilter_fop()
318 mqfilter_read_detach(struct knote *kn) in mqfilter_read_detach()
329 mqfilter_write_detach(struct knote *kn) in mqfilter_write_detach()
340 mqfilter_read(struct knote *kn, long hint) in mqfilter_read()
357 mqfilter_write(struct knote *kn, long hint) in mqfilter_write()
H A Dsys_pipe.c1285 pipe_kqfilter(struct file *fp, struct knote *kn) in pipe_kqfilter()
1322 filt_pipedetach(struct knote *kn) in filt_pipedetach()
1341 filt_piperead(struct knote *kn, long hint) in filt_piperead()
1403 filt_pipewrite(struct knote *kn, long hint) in filt_pipewrite()
H A Duipc_socket.c2550 sokqfilter(struct file *fp, struct knote *kn) in sokqfilter()
2581 filt_sordetach(struct knote *kn) in filt_sordetach()
2592 filt_soread(struct knote *kn, long hint __unused) in filt_soread()
2649 filt_sowdetach(struct knote *kn) in filt_sowdetach()
2660 filt_sowrite(struct knote *kn, long hint __unused) in filt_sowrite()
2688 filt_solisten(struct knote *kn, long hint __unused) in filt_solisten()
/dflybsd-src/sys/vfs/fuse/
H A Dfuse_device.c239 struct knote *kn = ap->a_kn; in fuse_device_kqfilter() local
273 filt_fusedevdetach(struct knote *kn) in filt_fusedevdetach()
282 filt_fusedevread(struct knote *kn, long hint) in filt_fusedevread()
296 filt_fusedevwrite(struct knote *kn, long hint) in filt_fusedevwrite()
/dflybsd-src/sys/vfs/fifofs/
H A Dfifo_vnops.c501 filt_fifordetach(struct knote *kn) in filt_fifordetach()
512 filt_fiforead(struct knote *kn, long hint) in filt_fiforead()
535 filt_fifowdetach(struct knote *kn) in filt_fifowdetach()
546 filt_fifowrite(struct knote *kn, long hint) in filt_fifowrite()
/dflybsd-src/sys/dev/misc/cmx/
H A Dcmx.c659 struct knote *kn = ap->a_kn; in cmx_kqfilter() local
688 cmx_filter_detach(struct knote *kn) in cmx_filter_detach()
697 cmx_filter_read(struct knote *kn, long hint) in cmx_filter_read()
725 cmx_filter_write(struct knote *kn, long hint) in cmx_filter_write()
/dflybsd-src/sys/dev/raid/vinum/
H A Dvinum.c582 vinumfilt_detach(struct knote *kn) {} in vinumfilt_detach()
585 vinumfilt_rd(struct knote *kn, long hint) in vinumfilt_rd()
596 vinumfilt_wr(struct knote *kn, long hint) in vinumfilt_wr()
/dflybsd-src/sys/vfs/procfs/
H A Dprocfs_vnops.c1195 procfs_filt_detach(struct knote *kn) in procfs_filt_detach()
1203 procfs_filt_read(struct knote *kn, long hint) in procfs_filt_read()
1218 procfs_filt_write(struct knote *kn, long hint) in procfs_filt_write()
1227 procfs_filt_vnode(struct knote *kn, long hint) in procfs_filt_vnode()
1255 struct knote *kn = ap->a_kn; in procfs_kqfilter() local
/dflybsd-src/sys/bus/firewire/
H A Dfwdev.c710 struct knote *kn = ap->a_kn; in fw_kqfilter() local
746 fwfilt_detach(struct knote *kn) in fwfilt_detach()
755 fwfilt_read(struct knote *kn, long hint) in fwfilt_read()
767 fwfilt_write(struct knote *kn, long hint) in fwfilt_write()
/dflybsd-src/sys/dev/drm/
H A Ddrm_file.c692 drmfilt(struct knote *kn, long hint) in drmfilt()
706 drmfilt_detach(struct knote *kn) in drmfilt_detach()
725 struct knote *kn = ap->a_kn; in drm_kqfilter() local
/dflybsd-src/sys/dev/video/bktr/
H A Dbktr_os.c694 struct knote *kn = ap->a_kn; in bktr_kqfilter() local
725 bktr_filter_detach(struct knote *kn) in bktr_filter_detach()
735 bktr_filter(struct knote *kn, long hint) in bktr_filter()
/dflybsd-src/sys/dev/misc/snp/
H A Dsnp.c632 struct knote *kn = ap->a_kn; in snpkqfilter() local
662 snpfilter_detach(struct knote *kn) in snpfilter_detach()
672 snpfilter_rd(struct knote *kn, long hint) in snpfilter_rd()
692 snpfilter_wr(struct knote *kn, long hint) in snpfilter_wr()
/dflybsd-src/sys/net/tap/
H A Dif_tap.c998 struct knote *kn = ap->a_kn; in tapkqfilter() local
1024 tap_filter_read(struct knote *kn, long hint) in tap_filter_read()
1037 tap_filter_write(struct knote *kn, long hint) in tap_filter_write()
1044 tap_filter_detach(struct knote *kn) in tap_filter_detach()
/dflybsd-src/sys/net/tun/
H A Dif_tun.c971 struct knote *kn = ap->a_kn; in tunkqfilter() local
1000 tun_filter_detach(struct knote *kn) in tun_filter_detach()
1009 tun_filter_write(struct knote *kn, long hint) in tun_filter_write()
1016 tun_filter_read(struct knote *kn, long hint) in tun_filter_read()
/dflybsd-src/sys/dev/misc/syscons/
H A Dsysmouse.c401 struct knote *kn = ap->a_kn; in smkqfilter() local
423 smfilter_detach(struct knote *kn) in smfilter_detach()
433 smfilter(struct knote *kn, long hint) in smfilter()
/dflybsd-src/sys/dev/misc/evdev/
H A Dcdev.c270 struct knote *kn = ap->a_kn; in evdev_kqfilter() local
297 evdev_kqread(struct knote *kn, long hint) in evdev_kqread()
337 evdev_kqdetach(struct knote *kn) in evdev_kqdetach()
/dflybsd-src/sys/vfs/ufs/
H A Dufs_vnops.c2130 struct knote *kn = ap->a_kn; in ufs_kqfilter() local
2157 filt_ufsdetach(struct knote *kn) in filt_ufsdetach()
2168 filt_ufsread(struct knote *kn, long hint) in filt_ufsread()
2192 filt_ufswrite(struct knote *kn, long hint) in filt_ufswrite()
2206 filt_ufsvnode(struct knote *kn, long hint) in filt_ufsvnode()
/dflybsd-src/sys/vfs/ext2fs/
H A Dext2_vnops.c1479 filt_ext2detach(struct knote *kn) in filt_ext2detach()
1490 filt_ext2read(struct knote *kn, long hint) in filt_ext2read()
1513 filt_ext2write(struct knote *kn, long hint) in filt_ext2write()
1527 filt_ext2vnode(struct knote *kn, long hint) in filt_ext2vnode()
1549 struct knote *kn = ap->a_kn; in ext2_kqfilter() local
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_target.c332 struct knote *kn = ap->a_kn; in targkqfilter() local
357 targfiltdetach(struct knote *kn) in targfiltdetach()
367 targreadfilt(struct knote *kn, long hint) in targreadfilt()
382 targwritefilt(struct knote *kn, long hint) in targwritefilt()
/dflybsd-src/sys/vfs/dirfs/
H A Ddirfs_vnops.c1468 struct knote *kn = ap->a_kn; in dirfs_kqfilter() local
1492 filt_dirfsdetach(struct knote *kn) in filt_dirfsdetach()
1500 filt_dirfsread(struct knote *kn, long hint) in filt_dirfsread()
1529 filt_dirfswrite(struct knote *kn, long hint) in filt_dirfswrite()
1538 filt_dirfsvnode(struct knote *kn, long hint) in filt_dirfsvnode()

123