Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 25 of 98) sorted by relevance

1234

/external/strace/xlat/
Dpollflags.h27 #if defined(POLLERR) || (defined(HAVE_DECL_POLLERR) && HAVE_DECL_POLLERR)
29 static_assert((POLLERR) == (0x0008), "POLLERR != 0x0008");
32 # define POLLERR 0x0008
169 XLAT(POLLERR),
Dpollflags.in4 POLLERR 0x0008
/external/curl/lib/
Dselect.c290 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check()
297 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check()
306 if(pfd[num].revents & (POLLERR|POLLHUP|POLLPRI|POLLNVAL)) in Curl_socket_check()
380 if(ufds[i].revents & POLLERR) in Curl_poll()
Dselect.h45 #define POLLERR 0x08 macro
/external/libwebsockets/include/libwebsockets/
Dlws-freertos.h55 #define POLLERR 0x0008 macro
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h8 #define POLLERR 0x0008 macro
/external/openssh/openbsd-compat/
Dbsd-poll.h44 #define POLLERR 0x0008 macro
Dbsd-poll.c105 fds[i].revents |= POLLERR; in poll()
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h9 #define POLLERR 0x0008 macro
/external/tcpdump/tests/
Dicmp-cksum-oobr-3.out4 …3 .1.3.6.1.4.1.3830.1.1.2.1.1.2=2 .1.3.6.1.4.1.3830.1.1.2.1.1.3="%SMSA-E-POLLERR, Polling the SMSC…
/external/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs42 pub const POLLERR: ::c_short = 0x8; constant
/external/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs40 pub const POLLERR: ::c_short = 0x8; constant
/external/mesa3d/src/util/
Dlibsync.h80 if (fds.revents & (POLLERR | POLLNVAL)) {
/external/libdrm/
Dlibsync.h72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
/external/strace/tests-m32/
Dpoll.c77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering()
144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
/external/strace/tests-mx32/
Dpoll.c77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering()
144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
/external/libevent/
Devport.c341 if (pevt->portev_events & (POLLERR|POLLHUP)) { in evport_dispatch()
353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
/external/strace/tests/
Dpoll.c77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering()
144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
/external/rust/crates/libc/src/unix/newlib/xtensa/
Dmod.rs74 pub const POLLERR: ::c_short = 1 << 5; constant
/external/rust/crates/nix/src/
Dpoll.rs82 POLLERR;
/external/tinycompress/
Dcompress.c352 if (fds.revents & POLLERR) { in compress_write()
413 if (fds.revents & POLLERR) { in compress_read()
607 if (fds.revents & POLLERR) in compress_wait()
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dutils.py168 poller.register(fd, select.POLLIN | select.POLLPRI | select.POLLHUP | select.POLLERR)
/external/linux-kselftest/tools/testing/selftests/sync/
Dsync.c63 fds.events = POLLIN | POLLERR; in sync_wait()
/external/igt-gpu-tools/lib/
Dsw_sync.c145 if (fds.revents & (POLLERR | POLLNVAL)) in sync_fence_wait()
/external/libcups/scheduler/
Dselect.c570 if (fdptr->read_cb && (pfd->revents & (POLLIN | POLLERR | POLLHUP))) in cupsdDoSelect()
574 (pfd->revents & (POLLOUT | POLLERR | POLLHUP))) in cupsdDoSelect()

1234