Home
last modified time | relevance | path

Searched refs:EPOLLHUP (Results 1 - 25 of 34) 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/musl/porting/liteos_m/kernel/include/sys/
H A Depoll.h30 #define EPOLLHUP 0x010 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Depoll.h30 #define EPOLLHUP 0x010 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Depoll.h30 #define EPOLLHUP 0x010 macro
/third_party/musl/include/sys/
H A Depoll.h30 #define EPOLLHUP 0x010 macro
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl03.c28 EPOLLHUP, EPOLLET, EPOLLONESHOT, EPOLLRDHUP
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs19 EPOLLHUP;
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h255 #define EPOLLHUP 0x00000010 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs100 /// `EPOLLHUP`
101 const HUP = linux_raw_sys::general::EPOLLHUP as u32;
/third_party/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c422 (EPOLLHUP * ((index & 0x10) >> 4)) | in test_epoll_ctl()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs99 /// `EPOLLHUP`
100 const HUP = c::EPOLLHUP as u32;
/third_party/eudev/src/udev/
H A Dudev-event.c560 } else if (ev[i].events & EPOLLHUP) { in spawn_read()
/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.rs596 pub const EPOLLHUP: ::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.rs1054 pub const EPOLLHUP: ::c_int = 0x10; consts
/third_party/python/Modules/
H A Dselectmodule.c2519 PyModule_AddIntMacro(m, EPOLLHUP);
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2287 pub const EPOLLHUP: ::c_int = 0x10; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2360 pub const EPOLLHUP: u32 = 16; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1841 pub const EPOLLHUP: ::c_int = 0x10; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2359 pub const EPOLLHUP: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2339 pub const EPOLLHUP: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2469 pub const EPOLLHUP: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2540 pub const EPOLLHUP: u32 = 16; consts

Completed in 104 milliseconds

12