Searched refs:POLLERR (Results 1 – 6 of 6) sorted by relevance
22 #define POLLERR ZSOCK_POLLERR macro
35 zassert_not_equal(-1, POLLERR); in ZTEST()
187 if ((fds[i].revents & POLLERR) != 0) { in handle_poll_events()
389 if (fds.revents & (POLLHUP | POLLERR)) { in aws_client_loop()
863 MAP_POLL_EPOLL(POLLERR, EPOLLERR); in nsos_poll_to_epoll_events()875 MAP_POLL_EPOLL(EPOLLERR, POLLERR); in nsos_epoll_to_poll_events()
908 * Fixed POLLERR error reporting in TLS sockets.