EPOLLERR           61 lib/tevent/tevent_epoll.c 	if (flags & TEVENT_FD_READ) ret |= (EPOLLIN | EPOLLERR | EPOLLHUP);
EPOLLERR           62 lib/tevent/tevent_epoll.c 	if (flags & TEVENT_FD_WRITE) ret |= (EPOLLOUT | EPOLLERR | EPOLLHUP);
EPOLLERR          281 lib/tevent/tevent_epoll.c 		if (events[i].events & (EPOLLHUP|EPOLLERR)) {
EPOLLERR           80 lib/tevent/tevent_standard.c 	if (flags & TEVENT_FD_READ) ret |= (EPOLLIN | EPOLLERR | EPOLLHUP);
EPOLLERR           81 lib/tevent/tevent_standard.c 	if (flags & TEVENT_FD_WRITE) ret |= (EPOLLOUT | EPOLLERR | EPOLLHUP);
EPOLLERR          292 lib/tevent/tevent_standard.c 		if (events[i].events & (EPOLLHUP|EPOLLERR)) {