Home
last modified time | relevance | path

Searched refs:EPOLLERR (Results 1 - 25 of 36) sorted by relevance

12

/third_party/node/deps/cares/src/lib/
H A Dares_event_epoll.c103 epev.events = EPOLLRDHUP | EPOLLERR | EPOLLHUP; in ares_evsys_epoll_event_add()
136 epev.events = EPOLLRDHUP | EPOLLERR | EPOLLHUP; in ares_evsys_epoll_event_mod()
178 if (events[i].events & (EPOLLIN | EPOLLRDHUP | EPOLLHUP | EPOLLERR)) { in ares_evsys_epoll_wait()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Dmesa-overlay-control.py6 from select import EPOLLIN, EPOLLPRI, EPOLLERR namespace
33 epoll.register(sock, EPOLLIN | EPOLLPRI | EPOLLERR)
51 if event & EPOLLERR:
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Depoll.h29 #define EPOLLERR 0x008 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Depoll.h29 #define EPOLLERR 0x008 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Depoll.h29 #define EPOLLERR 0x008 macro
/third_party/musl/include/sys/
H A Depoll.h29 #define EPOLLERR 0x008 macro
/third_party/rust/crates/nix/test/sys/
H A Dtest_epoll.rs21 EpollEvent::new(EpollFlags::EPOLLIN | EpollFlags::EPOLLERR, 1); in test_epoll_ctl()
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl03.c27 EPOLLIN, EPOLLOUT, EPOLLPRI, EPOLLERR,
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs18 EPOLLERR;
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h254 #define EPOLLERR 0x00000008 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs97 /// `EPOLLERR`
98 const ERR = linux_raw_sys::general::EPOLLERR as u32;
/third_party/alsa-utils/alsactl/
H A Dmonitor.c348 if (ev->events & EPOLLERR) { in run_dispatcher()
/third_party/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c421 (EPOLLERR * ((index & 0x08) >> 3)) | in test_epoll_ctl()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs96 /// `EPOLLERR`
97 const ERR = c::EPOLLERR as u32;
/third_party/libcoap/src/
H A Dcoap_net.c2161 (events[j].events & (EPOLLOUT|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
2172 (events[j].events & (EPOLLIN|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
2178 (events[j].events & (EPOLLOUT|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs595 pub const EPOLLERR: ::c_int = 0; consts
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop.c289 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop.c291 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1053 pub const EPOLLERR: ::c_int = 0x8; consts
/third_party/python/Modules/
H A Dselectmodule.c2518 PyModule_AddIntMacro(m, EPOLLERR);
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2286 pub const EPOLLERR: ::c_int = 0x8; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2359 pub const EPOLLERR: u32 = 8; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1840 pub const EPOLLERR: ::c_int = 0x8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2358 pub const EPOLLERR: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2338 pub const EPOLLERR: u32 = 8; consts

Completed in 96 milliseconds

12