Searched refs:epoll (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c17 #include <sys/epoll.h>
25 * Events that match their epoll(7) equivalents.
122 dvpoll_epollfd_t epoll[2]; local
126 epoll[i].dpep_pollfd.fd = fd;
138 epoll[i++].dpep_pollfd.events = POLLREMOVE;
139 epoll[i].dpep_pollfd.fd = fd;
145 * events for which our values differ from their epoll(7)
166 epoll[i].dpep_data = event->data.u64;
174 epoll[i].dpep_pollfd.events = ev;
176 res = write(epfd, epoll, sizeo
[all...]
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Depoll_test.c21 #include <sys/epoll.h>
/illumos-gate/usr/src/man/man5/
H A DMakefile46 epoll.5 \
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c50 #include <sys/epoll.h>
260 epoll_event_t *epoll; local
276 epoll = (epoll_event_t *)dpbuf;
279 epoll = NULL;
348 * In the epoll compatibility case, we actually
350 * closer to the epoll semantics.
427 } else if (epoll != NULL) {
428 epoll_event_t *ep = &epoll[fdcnt];
430 ASSERT(epoll != NULL);
435 * which poll and epoll representation
[all...]
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com915 epoll.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com895 epoll.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile875 epoll.o \
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile222 epoll.h \
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc102 #include <sys/epoll.h>
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com949 epoll.o \

Completed in 72 milliseconds