UV__POLLERR       106 src/unix/internal.h #ifndef UV__POLLERR
UV__POLLERR       221 src/unix/kqueue.c         revents |= UV__POLLERR;
UV__POLLERR        36 src/unix/poll.c   if (events & UV__POLLERR) {
UV__POLLERR      1133 src/unix/stream.c   if (events & (UV__POLLIN | UV__POLLERR))
UV__POLLERR      1156 src/unix/stream.c   if (events & (UV__POLLOUT | UV__POLLERR | UV__POLLHUP)) {