Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 25 of 64) sorted by relevance

123

/external/strace/xlat/
Dpollflags.h41 #if defined(POLLNVAL) || (defined(HAVE_DECL_POLLNVAL) && HAVE_DECL_POLLNVAL)
43 static_assert((POLLNVAL) == (0x0020), "POLLNVAL != 0x0020");
46 # define POLLNVAL 0x0020
171 XLAT(POLLNVAL),
Dpollflags.in6 POLLNVAL 0x0020
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h10 #define POLLNVAL 0x0020 macro
/external/openssh/openbsd-compat/
Dbsd-poll.h46 #define POLLNVAL 0x0020 macro
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h11 #define POLLNVAL 0x0020 macro
/external/curl/lib/
Dselect.c242 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()
249 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()
256 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL)) in Curl_socket_check()
Dselect.h47 #define POLLNVAL 0x20 macro
/external/strace/tests-mx32/
Dpoll.c79 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering()
146 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
/external/strace/tests-m32/
Dpoll.c79 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering()
146 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
/external/strace/tests/
Dpoll.c79 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering()
146 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
/external/libdrm/
Dlibsync.h72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
/external/mesa3d/src/util/
Dlibsync.h80 if (fds.revents & (POLLERR | POLLNVAL)) {
/external/python/cpython2/Lib/test/
Dtest_poll.py88 self.assertEqual(r[0], (FD, select.POLLNVAL))
98 self.assertEqual(r[0], (fd, select.POLLNVAL))
/external/python/cpython3/Lib/test/
Dtest_poll.py84 self.assertEqual(r[0], (FD, select.POLLNVAL))
93 self.assertEqual(r[0], (fd, select.POLLNVAL))
/external/libusb/libusb/os/
Dpoll_windows.h65 #define POLLNVAL 0x0020 /* Invalid request: fd not open */ macro
Dpoll_windows.c546 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()
/external/igt-gpu-tools/lib/
Dsw_sync.c145 if (fds.revents & (POLLERR | POLLNVAL)) in sync_fence_wait()
/external/u-boot/test/py/
Du_boot_spawn.py66 …gister(self.fd, select.POLLIN | select.POLLPRI | select.POLLERR | select.POLLHUP | select.POLLNVAL)
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c116 .expect_revents = POLLNVAL,
/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/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):
/external/tinyalsa/
Dmixer.c645 pfd.events = POLLIN | POLLOUT | POLLERR | POLLNVAL; in mixer_wait_event()
654 if (pfd.revents & (POLLERR | POLLNVAL)) in mixer_wait_event()
/external/libevent/
Dpoll.c201 if (what & (POLLHUP|POLLERR|POLLNVAL)) in poll_dispatch()
Devport.c353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()

123