Home
last modified time | relevance | path

Searched refs:EPOLLHUP (Results 1 – 25 of 30) sorted by relevance

12

/external/strace/xlat/
Depollevents.h34 #if defined(EPOLLHUP) || (defined(HAVE_DECL_EPOLLHUP) && HAVE_DECL_EPOLLHUP)
36 static_assert((EPOLLHUP) == (0x00000010), "EPOLLHUP != 0x00000010");
39 # define EPOLLHUP 0x00000010
133 XLAT(EPOLLHUP),
Depollevents.in5 EPOLLHUP 0x00000010
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h46 EPOLLHUP = 0x010, enumerator
47 #define EPOLLHUP EPOLLHUP macro
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c211 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()
/external/kernel-headers/original/uapi/linux/
Deventpoll.h35 #define EPOLLHUP (__force __poll_t)0x00000010 macro
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt48 EPOLLHUP
/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c422 (EPOLLHUP * ((index & 0x10) >> 4)) | in test_epoll_ctl()
/external/libevent/
Depoll.c486 if (what & (EPOLLHUP|EPOLLERR)) { in epoll_dispatch()
/external/kmod/testsuite/
Dtestsuite.c325 ep.events = EPOLLHUP; in fd_cmp_open_monitor()
648 } else if (ev[i].events & EPOLLHUP) { in test_run_parent_check_outputs()
/external/wayland/src/
Devent-loop.c85 if (ep->events & EPOLLHUP) in wl_event_source_fd_dispatch()
/external/python/cpython2/Doc/library/
Dselect.rst133 | :const:`EPOLLHUP` | Hang up happened on the assoc. fd |
/external/wpa_supplicant_8/src/utils/
Deloop.c212 ev.events = EPOLLERR | EPOLLHUP; in eloop_sock_queue()
/external/grpc-grpc/src/core/lib/iomgr/
Dev_epoll1_linux.cc668 bool cancel = (ev->events & EPOLLHUP) != 0; in process_epoll_events()
Dev_epollsig_linux.cc1256 bool cancel = (ep_ev[i].events & EPOLLHUP) != 0;
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go338 EPOLLHUP = 0x10 const
Dzerrors_linux_mipsle.go366 EPOLLHUP = 0x10 const
Dzerrors_linux_s390x.go366 EPOLLHUP = 0x10 const
Dzerrors_linux_arm.go366 EPOLLHUP = 0x10 const
Dzerrors_linux_ppc64le.go366 EPOLLHUP = 0x10 const
Dzerrors_linux_mips64.go366 EPOLLHUP = 0x10 const
Dzerrors_linux_ppc64.go366 EPOLLHUP = 0x10 const
Dzerrors_linux_amd64.go366 EPOLLHUP = 0x10 const
Dzerrors_linux_mips64le.go366 EPOLLHUP = 0x10 const
Dzerrors_linux_386.go366 EPOLLHUP = 0x10 const
/external/python/cpython2/Modules/
Dselectmodule.c1917 PyModule_AddIntConstant(m, "EPOLLHUP", EPOLLHUP);

12