| /NextBSD/sys/kern/ |
| HD | kern_event.c | 204 #define KNOTE_ACTIVATE(kn, islock) do { \ argument 237 #define KN_LIST_LOCK(kn) do { \ argument 245 #define KN_LIST_UNLOCK(kn) do { \ argument 274 filt_nullattach(struct knote *kn) in filt_nullattach() 321 filt_fileattach(struct knote *kn) in filt_fileattach() 329 kqueue_kqfilter(struct file *fp, struct knote *kn) in kqueue_kqfilter() 344 filt_kqdetach(struct knote *kn) in filt_kqdetach() 353 filt_kqueue(struct knote *kn, long hint) in filt_kqueue() 363 filt_procattach(struct knote *kn) in filt_procattach() 423 filt_procdetach(struct knote *kn) in filt_procdetach() [all …]
|
| HD | subr_log.c | 197 logkqfilter(struct cdev *dev, struct knote *kn) in logkqfilter() 213 logkqread(struct knote *kn, long hint) in logkqread() 222 logkqdetach(struct knote *kn) in logkqdetach()
|
| HD | sys_procdesc.c | 433 procdesc_kqops_detach(struct knote *kn) in procdesc_kqops_detach() 442 procdesc_kqops_event(struct knote *kn, long hint) in procdesc_kqops_event() 483 procdesc_kqfilter(struct file *fp, struct knote *kn) in procdesc_kqfilter()
|
| HD | tty_pts.c | 440 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()
|
| HD | sys_pipe.c | 1728 pipe_kqfilter(struct file *fp, struct knote *kn) in pipe_kqfilter() 1772 filt_pipedetach(struct knote *kn) in filt_pipedetach() 1783 filt_piperead(struct knote *kn, long hint) in filt_piperead() 1806 filt_pipewrite(struct knote *kn, long hint) in filt_pipewrite() 1827 filt_pipedetach_notsup(struct knote *kn) in filt_pipedetach_notsup() 1833 filt_pipenotsup(struct knote *kn, long hint) in filt_pipenotsup()
|
| HD | tty.c | 644 tty_kqops_read_detach(struct knote *kn) in tty_kqops_read_detach() 652 tty_kqops_read_event(struct knote *kn, long hint) in tty_kqops_read_event() 668 tty_kqops_write_detach(struct knote *kn) in tty_kqops_write_detach() 676 tty_kqops_write_event(struct knote *kn, long hint) in tty_kqops_write_event() 703 ttydev_kqfilter(struct cdev *dev, struct knote *kn) in ttydev_kqfilter()
|
| HD | uipc_socket.c | 3056 soo_kqfilter(struct file *fp, struct knote *kn) 3248 filt_sordetach(struct knote *kn) 3261 filt_soread(struct knote *kn, long hint) 3289 filt_sowdetach(struct knote *kn) 3302 filt_sowrite(struct knote *kn, long hint) 3329 filt_solisten(struct knote *kn, long hint)
|
| HD | vfs_subr.c | 4706 filt_fsattach(struct knote *kn) in filt_fsattach() 4715 filt_fsdetach(struct knote *kn) in filt_fsdetach() 4722 filt_fsevent(struct knote *kn, long hint) in filt_fsevent() 4833 struct knote *kn = ap->a_kn; in vfs_kqfilter() local 4866 filt_vfsdetach(struct knote *kn) in filt_vfsdetach() 4877 filt_vfsread(struct knote *kn, long hint) in filt_vfsread() 4906 filt_vfswrite(struct knote *kn, long hint) in filt_vfswrite() 4925 filt_vfsvnode(struct knote *kn, long hint) in filt_vfsvnode()
|
| /NextBSD/sys/compat/mach/ipc/ |
| HD | ipc_pset.c | 484 struct knote *kn; in ipc_pset_signal() local 523 filt_machportattach(struct knote *kn) in filt_machportattach() 552 filt_machportdetach(struct knote *kn) in filt_machportdetach() 581 filt_machport(struct knote *kn, long hint) in filt_machport()
|
| /NextBSD/sys/x86/acpica/ |
| HD | acpi_apm.c | 405 apmkqfilter(struct cdev *dev, struct knote *kn) in apmkqfilter() 419 apmreadfiltdetach(struct knote *kn) in apmreadfiltdetach() 430 apmreadfilt(struct knote *kn, long hint) in apmreadfilt()
|
| /NextBSD/sys/dev/netmap/ |
| HD | netmap_freebsd.c | 687 netmap_knrdetach(struct knote *kn) in netmap_knrdetach() 697 netmap_knwdetach(struct knote *kn) in netmap_knwdetach() 713 netmap_knrw(struct knote *kn, long hint, int events) in netmap_knrw() 737 netmap_knread(struct knote *kn, long hint) in netmap_knread() 743 netmap_knwrite(struct knote *kn, long hint) in netmap_knwrite() 767 netmap_kqfilter(struct cdev *dev, struct knote *kn) in netmap_kqfilter()
|
| /NextBSD/crypto/openssl/crypto/evp/ |
| HD | evp_test.c | 132 static void test1(const EVP_CIPHER *c, const unsigned char *key, int kn, in test1() 377 static int test_cipher(const char *cipher, const unsigned char *key, int kn, in test_cipher() 503 int kn, in, pn, cn; in main() local
|
| /NextBSD/sys/arm/ti/ |
| HD | ti_pruss.c | 288 ti_pruss_kq_read_detach(struct knote *kn) in ti_pruss_kq_read_detach() 296 ti_pruss_kq_read_event(struct knote *kn, long hint) in ti_pruss_kq_read_event() 304 ti_pruss_kqfilter(struct cdev *cdev, struct knote *kn) in ti_pruss_kqfilter()
|
| /NextBSD/sys/dev/beri/ |
| HD | beri_ring.c | 306 beri_kqread(struct knote *kn, long hint) in beri_kqread() 334 beri_kqwrite(struct knote *kn, long hint) in beri_kqwrite() 362 beri_kqdetach(struct knote *kn) in beri_kqdetach() 386 beri_kqfilter(struct cdev *dev, struct knote *kn) in beri_kqfilter()
|
| /NextBSD/sys/net/ |
| HD | if_tap.c | 1030 tapkqfilter(struct cdev *dev, struct knote *kn) in tapkqfilter() 1068 tapkqread(struct knote *kn, long hint) in tapkqread() 1095 tapkqwrite(struct knote *kn, long hint) in tapkqwrite() 1107 tapkqdetach(struct knote *kn) in tapkqdetach()
|
| HD | if_tun.c | 956 tunkqfilter(struct cdev *dev, struct knote *kn) in tunkqfilter() 990 tunkqread(struct knote *kn, long hint) in tunkqread() 1016 tunkqwrite(struct knote *kn, long hint) in tunkqwrite() 1027 tunkqdetach(struct knote *kn) in tunkqdetach()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_event.c | 800 eventfd_kqfilter(struct file *fp, struct knote *kn) in eventfd_kqfilter() 829 filt_eventfddetach(struct knote *kn) in filt_eventfddetach() 840 filt_eventfdread(struct knote *kn, long hint) in filt_eventfdread() 853 filt_eventfdwrite(struct knote *kn, long hint) in filt_eventfdwrite()
|
| /NextBSD/tools/diag/dumpvfscache/ |
| HD | dumpvfscache.c | 69 int nchash, i, j, k, kn; in main() local
|
| /NextBSD/sys/fs/cuse/ |
| HD | cuse.c | 1805 cuse_client_kqfilter_read_detach(struct knote *kn) in cuse_client_kqfilter_read_detach() 1816 cuse_client_kqfilter_write_detach(struct knote *kn) in cuse_client_kqfilter_write_detach() 1827 cuse_client_kqfilter_read_event(struct knote *kn, long hint) in cuse_client_kqfilter_read_event() 1838 cuse_client_kqfilter_write_event(struct knote *kn, long hint) in cuse_client_kqfilter_write_event() 1849 cuse_client_kqfilter(struct cdev *dev, struct knote *kn) in cuse_client_kqfilter()
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_target.c | 323 targkqfilter(struct cdev *dev, struct knote *kn) in targkqfilter() 335 targreadfiltdetach(struct knote *kn) in targreadfiltdetach() 345 targreadfilt(struct knote *kn, long hint) in targreadfilt()
|
| HD | scsi_pass.c | 2095 passkqfilter(struct cdev *dev, struct knote *kn) in passkqfilter() 2111 passreadfiltdetach(struct knote *kn) in passreadfiltdetach() 2123 passreadfilt(struct knote *kn, long hint) in passreadfilt()
|
| /NextBSD/sys/dev/usb/ |
| HD | usb_dev.c | 1139 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() 1246 usb_kqfilter(struct cdev* dev, struct knote *kn) in usb_kqfilter()
|
| /NextBSD/sys/security/audit/ |
| HD | audit_pipe.c | 1028 audit_pipe_kqfilter(struct cdev *dev, struct knote *kn) in audit_pipe_kqfilter() 1052 audit_pipe_kqread(struct knote *kn, long hint) in audit_pipe_kqread() 1072 audit_pipe_kqdetach(struct knote *kn) in audit_pipe_kqdetach()
|
| /NextBSD/sys/dev/cyapa/ |
| HD | cyapa.c | 1025 cyapakqfilter(struct cdev *dev, struct knote *kn) in cyapakqfilter() 1070 cyapafiltdetach(struct knote *kn) in cyapafiltdetach() 1082 cyapafilt(struct knote *kn, long hint) in cyapafilt()
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | des-internal.c | 275 u32 i, j, l, m, n, kn[32]; in deskey() local
|