Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Depolltable-internal.h151 { EPOLLIN, EPOLL_CTL_ADD },
155 { EPOLLIN, EPOLL_CTL_ADD },
159 { EPOLLIN, EPOLL_CTL_DEL },
215 { EPOLLIN, EPOLL_CTL_ADD },
219 { EPOLLIN, EPOLL_CTL_ADD },
275 { EPOLLIN, EPOLL_CTL_MOD },
279 { EPOLLIN, EPOLL_CTL_MOD },
283 { EPOLLIN, EPOLL_CTL_MOD },
287 { EPOLLIN, EPOLL_CTL_DEL },
335 { EPOLLIN, EPOLL_CTL_MOD },
[all …]
H A Depoll.c201 epev.events = EPOLLIN; in epoll_init()
492 if (what & EPOLLIN) in epoll_dispatch()
/netbsd/external/bsd/libevent/dist/
H A Depolltable-internal.h150 { EPOLLIN, EPOLL_CTL_ADD },
154 { EPOLLIN, EPOLL_CTL_ADD },
158 { EPOLLIN, EPOLL_CTL_DEL },
214 { EPOLLIN, EPOLL_CTL_ADD },
218 { EPOLLIN, EPOLL_CTL_ADD },
274 { EPOLLIN, EPOLL_CTL_MOD },
278 { EPOLLIN, EPOLL_CTL_MOD },
282 { EPOLLIN, EPOLL_CTL_MOD },
286 { EPOLLIN, EPOLL_CTL_DEL },
334 { EPOLLIN, EPOLL_CTL_MOD },
[all …]
H A Depoll.c202 epev.events = EPOLLIN; in epoll_init()
497 if (what & EPOLLIN) in epoll_dispatch()
/netbsd/tests/kernel/
H A Dt_epoll.c76 event.events = EPOLLIN; in ATF_TC_BODY()
96 event.events = EPOLLIN; in ATF_TC_BODY()
117 event.events = EPOLLIN; in ATF_TC_BODY()
140 event.events = EPOLLIN; in ATF_TC_BODY()
180 event.events = EPOLLIN; in ATF_TC_BODY()
201 event.events = EPOLLIN; in ATF_TC_BODY()
/netbsd/external/gpl3/gcc/dist/c++tools/
H A Dserver.cc531 ? EPOLLIN : EPOLLOUT, server->GetFDRead (), slot + 1); in process_server()
538 my_epoll_ctl (epoll_fd, EPOLL_CTL_DEL, EPOLLIN, server->GetFDRead (), 0); in close_server()
600 my_epoll_ctl (epoll_fd, EPOLL_CTL_ADD, EPOLLIN, sock_fd, 0); in server()
770 my_epoll_ctl (epoll_fd, EPOLL_CTL_ADD, EPOLLIN, sock_fd, 0); in server()
798 my_epoll_ctl (epoll_fd, EPOLL_CTL_ADD, EPOLLIN, fd, slot + 1); in server()
806 my_epoll_ctl (epoll_fd, EPOLL_CTL_DEL, EPOLLIN, sock_fd, 0); in server()
H A Dconfigure.ac183 ev.events = EPOLLIN;
H A Dconfigure3561 ev.events = EPOLLIN;
/netbsd/sys/sys/
H A Depoll.h38 #define EPOLLIN 0x00000001 macro
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Devents.c473 #define EVENT_REG_ADD_READ(e, f) EVENT_REG_ADD_OP((e), (f), EPOLLIN)
478 #define EVENT_REG_DEL_READ(e, f) EVENT_REG_DEL_OP((e), (f), EPOLLIN)
498 #define EVENT_TEST_READ(bp) (EVENT_GET_TYPE(bp) & EPOLLIN)
/netbsd/sys/kern/
H A Dsys_epoll.c52 #define EPOLL_EVRD (EPOLLIN|EPOLLRDNORM)
180 l_event->events = EPOLLIN; in kevent_to_epoll()
/netbsd/external/bsd/dhcpcd/dist/src/
H A Deloop.c392 epe.events |= EPOLLIN; in eloop_event_add()
723 epe.events |= EPOLLIN; in eloop_forked()
1057 if (epe->events & EPOLLIN) in eloop_run_epoll()
/netbsd/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp200 EventSpec.events = EPOLLIN; in InotifyPollingLoop()
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_debugfs_crc.c357 ret |= EPOLLIN | EPOLLRDNORM; in crtc_crc_poll()
H A Ddrm_file.c641 mask |= EPOLLIN | EPOLLRDNORM; in drm_poll()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Ddaemon.c396 # define SLAP_SOCK_IS_READ(t,s) SLAP_EPOLL_SOCK_IS_SET(t,(s), EPOLLIN)
415 # define SLAP_SOCK_SET_READ(t,s) SLAP_EPOLL_SOCK_SET(t,s, EPOLLIN)
418 # define SLAP_SOCK_CLR_READ(t,s) SLAP_EPOLL_SOCK_CLR(t,(s), EPOLLIN)
441 SLAP_EPOLL_SOCK_EV(t,(s)) = EPOLLIN; \
476 # define SLAP_EVENT_CLR_READ(i) SLAP_EPOLL_EVENT_CLR((i), EPOLLIN)
481 # define SLAP_EVENT_IS_READ(i) SLAP_EPOLL_EVENT_CHK((i), EPOLLIN)
/netbsd/external/bsd/wpa/dist/src/utils/
H A Deloop.c201 ev.events = EPOLLIN; in eloop_sock_queue()
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c828 event.events = EPOLLIN; in watch_fd()
896 event.events = EPOLLIN; in unwatch_fd()
3675 events[i].events |= (EPOLLIN | EPOLLOUT); in process_fds()
3678 (events[i].events & EPOLLIN) != 0, in process_fds()
/netbsd/external/mpl/bind/dist/lib/isc/unix/
H A Dsocket.c712 thread->epoll_events[fd] |= EPOLLIN; in watch_fd()
802 thread->epoll_events[fd] &= ~(EPOLLIN); in unwatch_fd()
3370 (events[i].events & EPOLLIN) != 0, in process_fds()
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_perf.c3221 events |= EPOLLIN; in i915_perf_poll_locked()
/netbsd/external/mit/libuv/dist/
H A DChangeLog4672 * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis)
4705 * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis)