Home
last modified time | relevance | path

Searched defs:kq (Results 1 – 21 of 21) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_event.c445 struct kqueue *kq = kn->kn_kq; in filt_timerexpire() local
725 struct kqueue *kq; in sys_kqueue() local
1057 struct kqueue *kq; in sys_kevent() local
1662 struct kqueue *kq; in kqueue_ioctl() local
1811 struct kqueue *kq; in knote() local
1913 struct kqueue *kq; in knote_assume_knotes() local
1945 struct kqueue *kq; in knote_fdclose() local
1985 struct kqueue *kq = kn->kn_kq; in knote_attach() local
2011 struct kqueue *kq; in knote_drop() local
2043 struct kqueue *kq = kn->kn_kq; in knote_enqueue() local
[all …]
H A Dsys_generic.c1681 struct kqueue kq; in socket_wait() local
H A Dsubr_bus.c304 struct kqinfo kq; member
/dragonfly/test/testcases/io/kqueue_1/
H A Dkqueue_1.c18 int kq; in main() local
/dragonfly/usr.sbin/autofs/
H A Dautounmountd.c230 do_wait(int kq, time_t sleep_time) in do_wait()
269 int ch, debug = 0, error, kq; in main_autounmountd() local
/dragonfly/test/testcases/io/kqueue_2/
H A Dkqueue_2.c18 int kq, fd_l, fd_c, fd_n, i; in main() local
/dragonfly/usr.bin/pwait/
H A Dpwait.c65 int kq; in main() local
/dragonfly/tools/tools/netrate/accept_connect/kq_accept_server/
H A Dkq_accept_server.c140 int kq, nchange; in mainloop() local
/dragonfly/usr.bin/tail/
H A Dforward.c65 int kq; variable
/dragonfly/lib/libc/resolv/
H A Dres_send.c309 int kq; in res_nsend() local
850 int kq,
/dragonfly/tools/tools/netrate/accept_connect/kq_connect_client/
H A Dkq_connect_client.c188 int kq, nchange = 0, nconn = 0, nevt_max; in mainloop() local
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_recvserv/
H A Dkq_recvserv.c203 int s, kq, nchange; in recv_thread() local
/dragonfly/sys/sys/
H A Dpipe.h71 struct kqinfo kq; /* for compat with select/poll/kq */ member
/dragonfly/sys/dev/misc/cmx/
H A Dcmxvar.h55 struct kqinfo kq; /* select/poll/kq queue handle */ member
/dragonfly/sys/dev/sound/pcm/
H A Dbuffer.h59 struct kqinfo kq; member
/dragonfly/sys/vfs/fuse/
H A Dfuse.h86 struct kqinfo kq; member
/dragonfly/games/adventure/
H A Dinit.c60 int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2; variable
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_sendcli/
H A Dkq_sendcli.c619 int nconn = 0, kq, n, fd = -1, buflen; in send_thread() local
/dragonfly/usr.sbin/ftp-proxy/
H A Dftp-proxy.c623 int kq, ch, error, listenfd, on; in main() local
/dragonfly/usr.sbin/dconschat/
H A Ddconschat.c94 int kq; member
/dragonfly/contrib/dhcpcd/src/
H A Deloop.c104 #define _kevent(kq, cl, ncl, el, nel, t) \ argument