Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c132 dvpoll_epollfd_t epoll[2]; in epoll_ctl() local
136 epoll[i].dpep_pollfd.fd = fd; in epoll_ctl()
153 epoll[i++].dpep_pollfd.events = POLLREMOVE; in epoll_ctl()
154 epoll[i].dpep_pollfd.fd = fd; in epoll_ctl()
181 epoll[i].dpep_data = event->data.u64; in epoll_ctl()
189 epoll[i].dpep_pollfd.events = ev; in epoll_ctl()
191 res = write(epfd, epoll, sizeof (epoll[0]) * (i + 1)); in epoll_ctl()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man7.inc15 file path=usr/share/man/man7/epoll.7
H A Dsystem-header.p5m859 file path=usr/include/sys/epoll.h
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c255 epoll_event_t *epoll; in dp_pcache_poll() local
267 epoll = (epoll_event_t *)dpbuf; in dp_pcache_poll()
270 epoll = NULL; in dp_pcache_poll()
478 } else if (epoll != NULL) { in dp_pcache_poll()
479 epoll_event_t *ep = &epoll[fdcnt]; in dp_pcache_poll()
481 ASSERT(epoll != NULL); in dp_pcache_poll()
/illumos-gate/usr/src/man/man7/
H A DMakefile49 epoll.7 \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com917 epoll.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com943 epoll.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile904 epoll.o \
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile228 epoll.h \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com970 epoll.o \
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers333 SYMBOL_VERSION ILLUMOS_0.15 { # epoll(3C)