/external/strace/xlat/ |
D | pollflags.h | 32 #if defined(POLLERR) || (defined(HAVE_DECL_POLLERR) && HAVE_DECL_POLLERR) 33 XLAT(POLLERR),
|
D | pollflags.in | 8 POLLERR
|
/external/curl/lib/ |
D | select.c | 240 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check() 247 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check() 256 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL)) in Curl_socket_check() 463 if(ufds[i].revents & POLLERR) in Curl_poll()
|
D | select.h | 45 #define POLLERR 0x08 macro
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 8 #define POLLERR 0x0008 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 9 #define POLLERR 0x0008 macro
|
/external/libusb/libusb/os/ |
D | poll_windows.c | 534 fds[i].revents |= POLLERR; in usbi_poll() 546 fds[i].revents |= POLLNVAL | POLLERR; in usbi_poll() 558 fds[i].revents |= POLLNVAL | POLLERR; in usbi_poll() 567 fds[i].revents |= POLLNVAL | POLLERR; in usbi_poll()
|
D | poll_windows.h | 63 #define POLLERR 0x0008 /* Error condition */ 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/strace/tests/ |
D | poll.c | 77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering() 144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
|
/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()
|
D | devpoll.c | 208 else if (what & POLLERR) in devpoll_dispatch()
|
/external/tinycompress/ |
D | compress.c | 381 if (fds.revents & POLLERR) { in compress_write() 441 if (fds.revents & POLLERR) { in compress_read() 620 if (fds.revents & POLLERR) in compress_wait()
|
/external/libdrm/ |
D | libsync.h | 72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
|
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 161 pollfds[0].events = POLLIN | POLLERR; in Poll() 167 pollfds[nfds].events = POLLIN | POLLOUT | POLLERR | POLLPRI; in Poll()
|
/external/linux-kselftest/tools/testing/selftests/sync/ |
D | sync.c | 63 fds.events = POLLIN | POLLERR; in sync_wait()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_tpacket.c | 248 pfd.events = POLLIN | POLLERR; in walk_v1_v2_rx() 428 pfd.events = POLLOUT | POLLERR; in walk_tx() 610 pfd.events = POLLIN | POLLERR; in walk_v3_rx()
|
/external/fio/os/ |
D | os-windows.h | 81 #define POLLERR 0 macro
|
/external/libxcam/xcore/ |
D | v4l2_device.cpp | 207 poll_fd.events = (POLLPRI | POLLIN | POLLERR | POLLNVAL | POLLHUP); in poll_event() 210 if (ret > 0 && (poll_fd.revents & (POLLERR | POLLNVAL | POLLHUP))) { in poll_event()
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | socket_connection.c | 213 } else if (p.revents & (POLLNVAL|POLLERR)) { in conn_poll()
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 113 if flags & (select.POLLHUP | select.POLLERR | select.POLLNVAL): 189 flags |= select.POLLERR | select.POLLHUP | select.POLLNVAL
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_event.c | 85 if (data->evhandler.fds.revents & (POLLHUP | POLLERR)) in threadfunc()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 667 poll.register(self.fd, select.POLLIN|select.POLLERR|select.POLLHUP|select.POLLNVAL) 673 if event & (select.POLLERR|select.POLLHUP|select.POLLNVAL):
|