Home
last modified time | relevance | path

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

12

/NextBSD/sys/kern/
HDkern_event.c204 #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 …]
HDsubr_log.c197 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()
HDsys_procdesc.c433 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()
HDtty_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()
HDsys_pipe.c1728 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()
HDtty.c644 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()
HDuipc_socket.c3056 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)
HDvfs_subr.c4706 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/
HDipc_pset.c484 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/
HDacpi_apm.c405 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/
HDnetmap_freebsd.c687 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/
HDevp_test.c132 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/
HDti_pruss.c288 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/
HDberi_ring.c306 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/
HDif_tap.c1030 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()
HDif_tun.c956 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/
HDlinux_event.c800 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/
HDdumpvfscache.c69 int nchash, i, j, k, kn; in main() local
/NextBSD/sys/fs/cuse/
HDcuse.c1805 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/
HDscsi_target.c323 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()
HDscsi_pass.c2095 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/
HDusb_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()
1246 usb_kqfilter(struct cdev* dev, struct knote *kn) in usb_kqfilter()
/NextBSD/sys/security/audit/
HDaudit_pipe.c1028 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/
HDcyapa.c1025 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/
HDdes-internal.c275 u32 i, j, l, m, n, kn[32]; in deskey() local

12