Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 25 of 66) 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/libwebsockets/include/libwebsockets/
Dlws-freertos.h57 #define POLLNVAL 0x0020 macro
/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.c292 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()
299 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()
306 if(pfd[num].revents & (POLLERR|POLLHUP|POLLPRI|POLLNVAL)) in Curl_socket_check()
Dselect.h47 #define POLLNVAL 0x20 macro
/external/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs44 pub const POLLNVAL: ::c_short = 0x20; constant
/external/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs42 pub const POLLNVAL: ::c_short = 0x20; constant
/external/mesa3d/src/util/
Dlibsync.h80 if (fds.revents & (POLLERR | POLLNVAL)) {
/external/libdrm/
Dlibsync.h72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
/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-mx32/
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/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/rust/crates/nix/src/
Dpoll.rs94 POLLNVAL;
/external/igt-gpu-tools/lib/
Dsw_sync.c145 if (fds.revents & (POLLERR | POLLNVAL)) in sync_fence_wait()
/external/tinyalsa/
Dmixer.c862 pfd[count].events = POLLIN | POLLOUT | POLLERR | POLLNVAL; in mixer_wait_event()
869 pfd[count].events = POLLIN | POLLERR | POLLNVAL; in mixer_wait_event()
885 if (pfd[i].revents & (POLLERR | POLLNVAL)) in mixer_wait_event()
/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c213 } else if (p.revents & (POLLNVAL|POLLERR)) { in conn_poll()
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c116 .expect_revents = POLLNVAL,
/external/tinyalsa_new/src/
Dmixer.c509 pfd[count].events = POLLIN | POLLOUT | POLLERR | POLLNVAL; in mixer_wait_event()
517 pfd[count].events = POLLIN | POLLERR | POLLNVAL; in mixer_wait_event()
537 if (pfd[i].revents & (POLLERR | POLLNVAL)) { in mixer_wait_event()
/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):

123