/external/strace/xlat/ |
D | pollflags.h | 27 #if defined(POLLERR) || (defined(HAVE_DECL_POLLERR) && HAVE_DECL_POLLERR) 29 static_assert((POLLERR) == (0x0008), "POLLERR != 0x0008"); 32 # define POLLERR 0x0008 169 XLAT(POLLERR),
|
D | pollflags.in | 4 POLLERR 0x0008
|
/external/curl/lib/ |
D | select.c | 290 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()
|
D | select.h | 45 #define POLLERR 0x08 macro
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-freertos.h | 55 #define POLLERR 0x0008 macro
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 8 #define POLLERR 0x0008 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 44 #define POLLERR 0x0008 macro
|
D | bsd-poll.c | 105 fds[i].revents |= POLLERR; in poll()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 9 #define POLLERR 0x0008 macro
|
/external/tcpdump/tests/ |
D | icmp-cksum-oobr-3.out | 4 …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/ |
D | mod.rs | 42 pub const POLLERR: ::c_short = 0x8; constant
|
/external/rust/crates/libc/src/unix/newlib/aarch64/ |
D | mod.rs | 40 pub const POLLERR: ::c_short = 0x8; constant
|
/external/mesa3d/src/util/ |
D | libsync.h | 80 if (fds.revents & (POLLERR | POLLNVAL)) {
|
/external/libdrm/ |
D | libsync.h | 72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
|
/external/strace/tests-m32/ |
D | poll.c | 77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering() 144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
|
/external/strace/tests-mx32/ |
D | poll.c | 77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering() 144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
|
/external/libevent/ |
D | evport.c | 341 if (pevt->portev_events & (POLLERR|POLLHUP)) { in evport_dispatch() 353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
|
/external/strace/tests/ |
D | poll.c | 77 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/ |
D | mod.rs | 74 pub const POLLERR: ::c_short = 1 << 5; constant
|
/external/rust/crates/nix/src/ |
D | poll.rs | 82 POLLERR;
|
/external/tinycompress/ |
D | compress.c | 352 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/ |
D | utils.py | 168 poller.register(fd, select.POLLIN | select.POLLPRI | select.POLLHUP | select.POLLERR)
|
/external/linux-kselftest/tools/testing/selftests/sync/ |
D | sync.c | 63 fds.events = POLLIN | POLLERR; in sync_wait()
|
/external/igt-gpu-tools/lib/ |
D | sw_sync.c | 145 if (fds.revents & (POLLERR | POLLNVAL)) in sync_fence_wait()
|
/external/libcups/scheduler/ |
D | select.c | 570 if (fdptr->read_cb && (pfd->revents & (POLLIN | POLLERR | POLLHUP))) in cupsdDoSelect() 574 (pfd->revents & (POLLOUT | POLLERR | POLLHUP))) in cupsdDoSelect()
|