Searched refs:EPOLLERR (Results 1 – 25 of 29) sorted by relevance
12
27 #if defined(EPOLLERR) || (defined(HAVE_DECL_EPOLLERR) && HAVE_DECL_EPOLLERR)29 static_assert((EPOLLERR) == (0x00000008), "EPOLLERR != 0x00000008");32 # define EPOLLERR 0x00000008132 XLAT(EPOLLERR),
4 EPOLLERR 0x00000008
44 EPOLLERR = 0x008, enumerator45 #define EPOLLERR EPOLLERR macro
211 conn->events = EPOLLOUT | EPOLLERR | EPOLLHUP; in eph_connect()216 if (conn->revents & (EPOLLERR | EPOLLHUP)) in eph_connect()232 conn->events = EPOLLIN | EPOLLERR | EPOLLHUP; in eph_read()251 conn->events = EPOLLOUT | EPOLLERR | EPOLLHUP; in eph_write()270 conn->events = EPOLLIN | EPOLLERR | EPOLLHUP; in eph_accept()
34 #define EPOLLERR (__force __poll_t)0x00000008 macro
45 EPOLLERR
421 (EPOLLERR * ((index & 0x08) >> 3)) | in test_epoll_ctl()
486 if (what & (EPOLLHUP|EPOLLERR)) { in epoll_dispatch()
87 if (ep->events & EPOLLERR) in wl_event_source_fd_dispatch()
131 | :const:`EPOLLERR` | Error condition happened on the assoc. fd |
212 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()
669 bool error = (ev->events & EPOLLERR) != 0; in process_epoll_events()
1257 bool error = (ep_ev[i].events & EPOLLERR) != 0;
335 EPOLLERR = 0x8 const
363 EPOLLERR = 0x8 const
1916 PyModule_AddIntConstant(m, "EPOLLERR", EPOLLERR);