Home
last modified time | relevance | path

Searched refs:dpep_pollfd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c136 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()
189 epoll[i].dpep_pollfd.events = ev; in epoll_ctl()
/illumos-gate/usr/src/uts/common/sys/
H A Ddevpoll.h69 pollfd_t dpep_pollfd; /* must be first member */ member