/external/strace/xlat/ |
D | pollflags.h | 38 #if defined(POLLNVAL) || (defined(HAVE_DECL_POLLNVAL) && HAVE_DECL_POLLNVAL) 39 XLAT(POLLNVAL),
|
D | pollflags.in | 10 POLLNVAL
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 10 #define POLLNVAL 0x0020 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 10 #define POLLNVAL 0x0020 macro
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 46 #define POLLNVAL 0x0020 macro
|
/external/curl/lib/ |
D | select.c | 242 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()
|
D | select.h | 46 #define POLLNVAL 0x20 macro
|
/external/strace/tests-mx32/ |
D | poll.c | 78 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering() 145 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
|
/external/strace/tests/ |
D | poll.c | 78 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering() 145 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
|
/external/strace/tests-m32/ |
D | poll.c | 78 PRINT_EVENT(POLLNVAL, events); in print_pollfd_entering() 145 PRINT_EVENT(POLLNVAL, revents); in print_pollfd_exiting()
|
/external/python/cpython2/Lib/test/ |
D | test_poll.py | 88 self.assertEqual(r[0], (FD, select.POLLNVAL)) 98 self.assertEqual(r[0], (fd, select.POLLNVAL))
|
D | test_asyncore.py | 132 (select.POLLNVAL, 'closed'),
|
/external/libdrm/ |
D | libsync.h | 72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
|
/external/libusb/libusb/os/ |
D | poll_windows.h | 65 #define POLLNVAL 0x0020 /* Invalid request: fd not open */ macro
|
D | poll_windows.c | 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()
|
/external/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 125 .expect_revents = POLLNVAL,
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | socket_connection.c | 213 } else if (p.revents & (POLLNVAL|POLLERR)) { in conn_poll()
|
/external/tinyalsa/ |
D | mixer.c | 614 pfd.events = POLLIN | POLLOUT | POLLERR | POLLNVAL; in mixer_wait_event() 623 if (pfd.revents & (POLLERR | POLLNVAL)) in mixer_wait_event()
|
D | pcm.c | 1191 pfd.events = POLLOUT | POLLERR | POLLNVAL; in pcm_wait() 1208 if (pfd.revents & (POLLERR | POLLNVAL)) { in pcm_wait()
|
/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/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):
|
/external/libpcap/tests/ |
D | selpolltest.c | 278 if (fd.revents & POLLNVAL) in main()
|
/external/libevent/ |
D | evport.c | 354 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 707 } 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/ |
D | command_executer.py | 624 elif evt & (select.POLLHUP | select.POLLERR | select.POLLNVAL):
|