Searched refs:epfd (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | epoll.c | 130 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl() argument 191 res = write(epfd, epoll, sizeof (epoll[0]) * (i + 1)); in epoll_ctl() 216 epoll_wait(int epfd, struct epoll_event *events, in epoll_wait() argument 230 return (ioctl(epfd, DP_POLL, &arg)); in epoll_wait() 234 epoll_pwait(int epfd, struct epoll_event *events, in epoll_pwait() argument 249 return (ioctl(epfd, DP_PPOLL, &arg)); in epoll_pwait()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | epoll.h | 79 extern int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 80 extern int epoll_wait(int epfd, struct epoll_event *events, 82 extern int epoll_pwait(int epfd, struct epoll_event *events,
|