Searched defs:epoll (Results 1 - 2 of 2) 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/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...]

Completed in 69 milliseconds