Home
last modified time | relevance | path

Searched refs:EPOLLERR (Results 1 – 25 of 4920) sorted by relevance

12345678910>>...197

/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Depoll.h52 EPOLLERR = 0x008, enumerator
53 #define EPOLLERR EPOLLERR macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Depoll.h52 EPOLLERR = 0x008, enumerator
53 #define EPOLLERR EPOLLERR macro
/dports/security/doscan/doscan-0.3.3/src/
H A Devent_queue_epoll.cc67 return EPOLLIN | EPOLLERR; in convert_watch()
69 return EPOLLOUT | EPOLLERR; in convert_watch()
71 return EPOLLIN | EPOLLOUT | EPOLLERR; in convert_watch()
195 if (events[j].events & EPOLLERR) { in run()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/asio/detail/impl/
H A Depoll_reactor.ipp49 ev.events = EPOLLIN | EPOLLERR | EPOLLET;
57 ev.events = EPOLLIN | EPOLLERR;
110 ev.events = EPOLLIN | EPOLLERR | EPOLLET;
118 ev.events = EPOLLIN | EPOLLERR;
130 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLOUT | EPOLLPRI | EPOLLET;
160 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLOUT | EPOLLPRI | EPOLLET;
183 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP | EPOLLOUT | EPOLLPRI | EPOLLET;
235 ev.events = EPOLLIN | EPOLLERR | EPOLLHUP
403 if (events[i].events & (flag[j] | EPOLLERR | EPOLLHUP))
440 ev.events = EPOLLIN | EPOLLERR | EPOLLET;
/dports/devel/libowfat/libowfat-0.32/io/
H A Diom_wait.c52 int e = ((ee[i].events & (EPOLLIN|EPOLLHUP|EPOLLERR)) ? IOM_READ : 0) | in iom_wait()
53 ((ee[i].events & (EPOLLOUT|EPOLLHUP|EPOLLERR)) ? IOM_WRITE : 0) | in iom_wait()
54 ((ee[i].events & EPOLLERR) ? IOM_ERROR : 0); in iom_wait()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dpoll_epoll.cc178 if (itr->events & EPOLLERR && evItr->second != NULL && evItr->first & EPOLLERR) {
285 return event_mask(event) & EPOLLERR;
312 event_mask(event) | EPOLLERR);
335 uint32_t mask = event_mask(event) & ~EPOLLERR;
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/port/detail/
H A DEpoll.cpp48 event.events = EPOLLHUP | EPOLLERR | EPOLLET; in subscribe()
110 if (event->events & EPOLLERR) { in run()
111 event->events &= ~EPOLLERR; in run()
/dports/devel/ivykis/ivykis-0.42.4/src/
H A Div_fd_epoll.c179 if (events & (EPOLLIN | EPOLLERR | EPOLLHUP)) in iv_fd_epoll_poll()
182 if (events & (EPOLLOUT | EPOLLERR | EPOLLHUP)) in iv_fd_epoll_poll()
185 if (events & (EPOLLERR | EPOLLHUP)) in iv_fd_epoll_poll()
472 if (events & (EPOLLIN | EPOLLERR | EPOLLHUP)) in iv_fd_epoll_timerfd_poll()
475 if (events & (EPOLLOUT | EPOLLERR | EPOLLHUP)) in iv_fd_epoll_timerfd_poll()
478 if (events & (EPOLLERR | EPOLLHUP)) in iv_fd_epoll_timerfd_poll()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/ivykis/src/
H A Div_fd_epoll.c179 if (events & (EPOLLIN | EPOLLERR | EPOLLHUP)) in iv_fd_epoll_poll()
182 if (events & (EPOLLOUT | EPOLLERR | EPOLLHUP)) in iv_fd_epoll_poll()
185 if (events & (EPOLLERR | EPOLLHUP)) in iv_fd_epoll_poll()
472 if (events & (EPOLLIN | EPOLLERR | EPOLLHUP)) in iv_fd_epoll_timerfd_poll()
475 if (events & (EPOLLOUT | EPOLLERR | EPOLLHUP)) in iv_fd_epoll_timerfd_poll()
478 if (events & (EPOLLERR | EPOLLHUP)) in iv_fd_epoll_timerfd_poll()
/dports/net/libzmq4/zeromq-4.3.4/external/wepoll/
H A Dwepoll.h47 EPOLLERR = (int) (1U << 3), enumerator
61 #define EPOLLERR (1U << 3) macro
/dports/devel/sccache/sccache-0.2.15/cargo-crates/wepoll-sys-3.0.1/wepoll/
H A Dwepoll.h45 EPOLLERR = (int) (1U << 3), enumerator
59 #define EPOLLERR (1U << 3) macro
/dports/games/genact/genact-0.10.0/cargo-crates/wepoll-sys-stjepang-1.0.6/wepoll/
H A Dwepoll.h43 EPOLLERR = (int) (1U << 3), enumerator
57 #define EPOLLERR (1U << 3) macro
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/external/wepoll/
H A Dwepoll.h47 EPOLLERR = (int) (1U << 3), enumerator
61 #define EPOLLERR (1U << 3) macro
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/wepoll-sys-3.0.1/wepoll/
H A Dwepoll.h45 EPOLLERR = (int) (1U << 3), enumerator
59 #define EPOLLERR (1U << 3) macro
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/wepoll-ffi-0.1.2/vendor/wepoll/
H A Dwepoll.h45 EPOLLERR = (int) (1U << 3), enumerator
59 #define EPOLLERR (1U << 3) macro
/dports/textproc/jql/jql-3.0.6/cargo-crates/wepoll-ffi-0.1.2/vendor/wepoll/
H A Dwepoll.h45 EPOLLERR = (int) (1U << 3), enumerator
59 #define EPOLLERR (1U << 3) macro
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/native/libnio/ch/
H A Dwepoll.h75 EPOLLERR = (int) (1U << 3), enumerator
89 #define EPOLLERR (1U << 3) macro
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/wepoll-ffi-0.1.2/vendor/wepoll/
H A Dwepoll.h45 EPOLLERR = (int) (1U << 3),
59 #define EPOLLERR (1U << 3)
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go25 EPOLLERR = 0x8 const
59 EPOLLERR: POLLERR,
79 POLLERR: EPOLLERR,
/dports/net/nncp/nncp-8.0.2/src/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go25 EPOLLERR = 0x8 const
59 EPOLLERR: POLLERR,
79 POLLERR: EPOLLERR,
/dports/misc/cheat/cheat-4.2.2/vendor/golang.org/x/sys/sys-aa57babbf139/unix/
H A Depoll_zos.go25 EPOLLERR = 0x8 const
59 EPOLLERR: POLLERR,
79 POLLERR: EPOLLERR,
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go25 EPOLLERR = 0x8 const
59 EPOLLERR: POLLERR,
79 POLLERR: EPOLLERR,
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go25 EPOLLERR = 0x8 const
59 EPOLLERR: POLLERR,
79 POLLERR: EPOLLERR,
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go25 EPOLLERR = 0x8 const
59 EPOLLERR: POLLERR,
79 POLLERR: EPOLLERR,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go25 EPOLLERR = 0x8 const
59 EPOLLERR: POLLERR,
79 POLLERR: EPOLLERR,

12345678910>>...197