Home
last modified time | relevance | path

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

123

/external/strace/xlat/
Dpollflags.h32 #if defined(POLLERR) || (defined(HAVE_DECL_POLLERR) && HAVE_DECL_POLLERR)
33 XLAT(POLLERR),
Dpollflags.in8 POLLERR
/external/curl/lib/
Dselect.c240 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()
Dselect.h45 #define POLLERR 0x08 macro
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h8 #define POLLERR 0x0008 macro
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h9 #define POLLERR 0x0008 macro
/external/libusb/libusb/os/
Dpoll_windows.c534 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()
Dpoll_windows.h63 #define POLLERR 0x0008 /* Error condition */ 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/strace/tests/
Dpoll.c77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering()
144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
/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()
Ddevpoll.c208 else if (what & POLLERR) in devpoll_dispatch()
/external/tinycompress/
Dcompress.c381 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/
Dlibsync.h72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
/external/v4l2_codec2/vda/
Dv4l2_device.cc161 pollfds[0].events = POLLIN | POLLERR; in Poll()
167 pollfds[nfds].events = POLLIN | POLLOUT | POLLERR | POLLPRI; in Poll()
/external/linux-kselftest/tools/testing/selftests/sync/
Dsync.c63 fds.events = POLLIN | POLLERR; in sync_wait()
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c248 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/
Dos-windows.h81 #define POLLERR 0 macro
/external/libxcam/xcore/
Dv4l2_device.cpp207 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/
Dsocket_connection.c213 } else if (p.revents & (POLLNVAL|POLLERR)) { in conn_poll()
/external/python/cpython2/Lib/
Dasyncore.py113 if flags & (select.POLLHUP | select.POLLERR | select.POLLNVAL):
189 flags |= select.POLLERR | select.POLLHUP | select.POLLNVAL
/external/libdrm/tests/exynos/
Dexynos_fimg2d_event.c85 if (data->evhandler.fds.revents & (POLLHUP | POLLERR)) in threadfunc()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py667 poll.register(self.fd, select.POLLIN|select.POLLERR|select.POLLHUP|select.POLLNVAL)
673 if event & (select.POLLERR|select.POLLHUP|select.POLLNVAL):

123