Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dpollflags.h38 #if defined(POLLNVAL) || (defined(HAVE_DECL_POLLNVAL) && HAVE_DECL_POLLNVAL)
39 XLAT(POLLNVAL),
Dpollflags.in10 POLLNVAL
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h10 #define POLLNVAL 0x0020 macro
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h10 #define POLLNVAL 0x0020 macro
/external/openssh/openbsd-compat/
Dbsd-poll.h46 #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.h46 #define POLLNVAL 0x20 macro
/external/strace/tests-mx32/
Dpoll.c78 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering()
145 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
/external/strace/tests/
Dpoll.c78 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering()
145 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
/external/strace/tests-m32/
Dpoll.c78 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering()
145 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
/external/python/cpython2/Lib/test/
Dtest_poll.py88 self.assertEqual(r[0], (FD, select.POLLNVAL))
98 self.assertEqual(r[0], (fd, select.POLLNVAL))
Dtest_asyncore.py132 (select.POLLNVAL, 'closed'),
/external/libdrm/
Dlibsync.h72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
/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/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c125 .expect_revents = POLLNVAL,
/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c213 } else if (p.revents & (POLLNVAL|POLLERR)) { in conn_poll()
/external/tinyalsa/
Dmixer.c614 pfd.events = POLLIN | POLLOUT | POLLERR | POLLNVAL; in mixer_wait_event()
623 if (pfd.revents & (POLLERR | POLLNVAL)) in mixer_wait_event()
Dpcm.c1191 pfd.events = POLLOUT | POLLERR | POLLNVAL; in pcm_wait()
1208 if (pfd.revents & (POLLERR | POLLNVAL)) { in pcm_wait()
/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/libpcap/tests/
Dselpolltest.c278 if (fd.revents & POLLNVAL) in main()
/external/libevent/
Devport.c354 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
/external/python/cpython2/Modules/
Dselectmodule.c707 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) { in select_have_broken_poll()
1838 PyModule_AddIntConstant(m, "POLLNVAL", POLLNVAL);
/external/toolchain-utils/cros_utils/
Dcommand_executer.py624 elif evt & (select.POLLHUP | select.POLLERR | select.POLLNVAL):

12