Home
last modified time | relevance | path

Searched refs:out_ch (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/libevent/dist/
H A Dkqueue.c213 struct kevent *out_ch; in kq_build_changes_list() local
228 out_ch = &kqop->changes[n_changes++]; in kq_build_changes_list()
229 kq_setup_kevent(out_ch, in_ch->fd, EVFILT_READ, in kq_build_changes_list()
233 out_ch = &kqop->changes[n_changes++]; in kq_build_changes_list()
234 kq_setup_kevent(out_ch, in_ch->fd, EVFILT_WRITE, in kq_build_changes_list()