OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_ch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
kqueue.c
216
struct kevent *
out_ch
;
local
239
out_ch
= &kqop->changes[n_changes++];
240
kq_setup_kevent(
out_ch
, in_ch->fd, EVFILT_READ,
244
out_ch
= &kqop->changes[n_changes++];
245
kq_setup_kevent(
out_ch
, in_ch->fd, EVFILT_WRITE,
/src/external/bsd/ntp/dist/sntp/libevent/
kqueue.c
215
struct kevent *
out_ch
;
local
238
out_ch
= &kqop->changes[n_changes++];
239
kq_setup_kevent(
out_ch
, in_ch->fd, EVFILT_READ,
243
out_ch
= &kqop->changes[n_changes++];
244
kq_setup_kevent(
out_ch
, in_ch->fd, EVFILT_WRITE,
Completed in 24 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026