Searched refs:epfd (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | epoll.c | 113 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl() argument 169 return (write(epfd, epoll, sizeof (epoll[0]) * (i + 1)) == -1 ? -1 : 0); in epoll_ctl() 173 epoll_wait(int epfd, struct epoll_event *events, in epoll_wait() argument 187 return (ioctl(epfd, DP_POLL, &arg)); in epoll_wait() 191 epoll_pwait(int epfd, struct epoll_event *events, in epoll_pwait() argument 206 return (ioctl(epfd, DP_PPOLL, &arg)); in epoll_pwait()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | epoll.h | 77 extern int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 78 extern int epoll_wait(int epfd, struct epoll_event *events, 80 extern int epoll_pwait(int epfd, struct epoll_event *events,
|