Home
last modified time | relevance | path

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

12

/freebsd-10-stable/sys/kern/
Dkern_event.c193 #define KNOTE_ACTIVATE(kn, islock) do { \ argument
226 #define KN_LIST_LOCK(kn) do { \ argument
230 #define KN_LIST_UNLOCK(kn) do { \ argument
256 filt_nullattach(struct knote *kn) in filt_nullattach()
299 filt_fileattach(struct knote *kn) in filt_fileattach()
307 kqueue_kqfilter(struct file *fp, struct knote *kn) in kqueue_kqfilter()
322 filt_kqdetach(struct knote *kn) in filt_kqdetach()
331 filt_kqueue(struct knote *kn, long hint) in filt_kqueue()
341 filt_procattach(struct knote *kn) in filt_procattach()
412 filt_procdetach(struct knote *kn) in filt_procdetach()
[all …]
Dsubr_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()
Dtty_pts.c447 pts_kqops_read_detach(struct knote *kn) in pts_kqops_read_detach()
457 pts_kqops_read_event(struct knote *kn, long hint) in pts_kqops_read_event()
473 pts_kqops_write_detach(struct knote *kn) in pts_kqops_write_detach()
483 pts_kqops_write_event(struct knote *kn, long hint) in pts_kqops_write_event()
510 ptsdev_kqfilter(struct file *fp, struct knote *kn) in ptsdev_kqfilter()
Dsys_pipe.c1712 pipe_kqfilter(struct file *fp, struct knote *kn) in pipe_kqfilter()
1756 filt_pipedetach(struct knote *kn) in filt_pipedetach()
1767 filt_piperead(struct knote *kn, long hint) in filt_piperead()
1790 filt_pipewrite(struct knote *kn, long hint) in filt_pipewrite()
1811 filt_pipedetach_notsup(struct knote *kn) in filt_pipedetach_notsup()
1817 filt_pipenotsup(struct knote *kn, long hint) in filt_pipenotsup()
Dtty.c652 tty_kqops_read_detach(struct knote *kn) in tty_kqops_read_detach()
660 tty_kqops_read_event(struct knote *kn, long hint __unused) in tty_kqops_read_event()
676 tty_kqops_write_detach(struct knote *kn) in tty_kqops_write_detach()
684 tty_kqops_write_event(struct knote *kn, long hint __unused) in tty_kqops_write_event()
712 ttydev_kqfilter(struct cdev *dev, struct knote *kn) in ttydev_kqfilter()
Duipc_socket.c2967 soo_kqfilter(struct file *fp, struct knote *kn)
3152 filt_sordetach(struct knote *kn)
3165 filt_soread(struct knote *kn, long hint)
3186 filt_sowdetach(struct knote *kn)
3199 filt_sowrite(struct knote *kn, long hint)
3223 filt_solisten(struct knote *kn, long hint)
Dvfs_subr.c4539 filt_fsattach(struct knote *kn) in filt_fsattach()
4548 filt_fsdetach(struct knote *kn) in filt_fsdetach()
4555 filt_fsevent(struct knote *kn, long hint) in filt_fsevent()
4666 struct knote *kn = ap->a_kn; in vfs_kqfilter() local
4699 filt_vfsdetach(struct knote *kn) in filt_vfsdetach()
4710 filt_vfsread(struct knote *kn, long hint) in filt_vfsread()
4739 filt_vfswrite(struct knote *kn, long hint) in filt_vfswrite()
4758 filt_vfsvnode(struct knote *kn, long hint) in filt_vfsvnode()
Dvfs_aio.c2586 filt_aioattach(struct knote *kn) in filt_aioattach()
2607 filt_aiodetach(struct knote *kn) in filt_aiodetach()
2621 filt_aio(struct knote *kn, long hint) in filt_aio()
2634 filt_lioattach(struct knote *kn) in filt_lioattach()
2655 filt_liodetach(struct knote *kn) in filt_liodetach()
2669 filt_lio(struct knote *kn, long hint) in filt_lio()
Dsys_procdesc.c466 procdesc_kqfilter(struct file *fp, struct knote *kn) in procdesc_kqfilter()
Duipc_mqueue.c2613 mqf_kqfilter(struct file *fp, struct knote *kn) in mqf_kqfilter()
2630 filt_mqdetach(struct knote *kn) in filt_mqdetach()
2643 filt_mqread(struct knote *kn, long hint) in filt_mqread()
2652 filt_mqwrite(struct knote *kn, long hint) in filt_mqwrite()
/freebsd-10-stable/crypto/openssl/crypto/evp/
Devp_test.c132 static void test1(const EVP_CIPHER *c, const unsigned char *key, int kn, in test1()
228 static int test_cipher(const char *cipher, const unsigned char *key, int kn, in test_cipher()
351 int kn, in, pn, cn; in main() local
/freebsd-10-stable/sys/x86/acpica/
Dacpi_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()
/freebsd-10-stable/sys/dev/netmap/
Dnetmap_freebsd.c673 netmap_knrdetach(struct knote *kn) in netmap_knrdetach()
683 netmap_knwdetach(struct knote *kn) in netmap_knwdetach()
699 netmap_knrw(struct knote *kn, long hint, int events) in netmap_knrw()
723 netmap_knread(struct knote *kn, long hint) in netmap_knread()
729 netmap_knwrite(struct knote *kn, long hint) in netmap_knwrite()
753 netmap_kqfilter(struct cdev *dev, struct knote *kn) in netmap_kqfilter()
/freebsd-10-stable/sys/arm/ti/
Dti_pruss.c274 ti_pruss_kq_read_detach(struct knote *kn) in ti_pruss_kq_read_detach()
282 ti_pruss_kq_read_event(struct knote *kn, long hint) in ti_pruss_kq_read_event()
290 ti_pruss_kqfilter(struct cdev *cdev, struct knote *kn) in ti_pruss_kqfilter()
/freebsd-10-stable/sys/net/
Dif_tap.c1033 tapkqfilter(struct cdev *dev, struct knote *kn) in tapkqfilter()
1071 tapkqread(struct knote *kn, long hint) in tapkqread()
1098 tapkqwrite(struct knote *kn, long hint) in tapkqwrite()
1110 tapkqdetach(struct knote *kn) in tapkqdetach()
Dif_tun.c969 tunkqfilter(struct cdev *dev, struct knote *kn) in tunkqfilter()
1003 tunkqread(struct knote *kn, long hint) in tunkqread()
1029 tunkqwrite(struct knote *kn, long hint) in tunkqwrite()
1040 tunkqdetach(struct knote *kn) in tunkqdetach()
Dbpf.c1948 bpfkqfilter(struct cdev *dev, struct knote *kn) in bpfkqfilter()
1970 filt_bpfdetach(struct knote *kn) in filt_bpfdetach()
1978 filt_bpfread(struct knote *kn, long hint) in filt_bpfread()
/freebsd-10-stable/sys/compat/linux/
Dlinux_event.c796 eventfd_kqfilter(struct file *fp, struct knote *kn) in eventfd_kqfilter()
825 filt_eventfddetach(struct knote *kn) in filt_eventfddetach()
836 filt_eventfdread(struct knote *kn, long hint) in filt_eventfdread()
849 filt_eventfdwrite(struct knote *kn, long hint) in filt_eventfdwrite()
/freebsd-10-stable/tools/diag/dumpvfscache/
Ddumpvfscache.c69 int nchash, i, j, k, kn; in main() local
/freebsd-10-stable/sys/cam/scsi/
Dscsi_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()
Dscsi_pass.c2120 passkqfilter(struct cdev *dev, struct knote *kn) in passkqfilter()
2136 passreadfiltdetach(struct knote *kn) in passreadfiltdetach()
2148 passreadfilt(struct knote *kn, long hint) in passreadfilt()
/freebsd-10-stable/sys/dev/usb/
Dusb_dev.c1146 usb_filter_detach(struct knote *kn) in usb_filter_detach()
1153 usb_filter_write(struct knote *kn, long hint) in usb_filter_write()
1194 usb_filter_read(struct knote *kn, long hint) in usb_filter_read()
1253 usb_kqfilter(struct cdev* dev, struct knote *kn) in usb_kqfilter()
/freebsd-10-stable/sys/security/audit/
Daudit_pipe.c1050 audit_pipe_kqfilter(struct cdev *dev, struct knote *kn) in audit_pipe_kqfilter()
1073 audit_pipe_kqread(struct knote *kn, long hint) in audit_pipe_kqread()
1094 audit_pipe_kqdetach(struct knote *kn) in audit_pipe_kqdetach()
/freebsd-10-stable/contrib/wpa/src/crypto/
Ddes-internal.c275 u32 i, j, l, m, n, kn[32]; in deskey() local
/freebsd-10-stable/crypto/openssl/ssl/
Dd1_srvr.c1117 int nr[4], kn; in dtls1_send_server_key_exchange() local

12