Searched defs:epfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c120 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) argument
176 res = write(epfd, epoll, sizeof (epoll[0]) * (i + 1));
201 epoll_wait(int epfd, struct epoll_event *events, argument
215 return (ioctl(epfd, DP_POLL, &arg));
219 epoll_pwait(int epfd, struct epoll_event *events, argument
234 return (ioctl(epfd, DP_PPOLL, &arg));

Completed in 52 milliseconds