/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 | 49 #define POLLNVAL 0x0020
|
/external/curl/lib/ |
D | select.c | 237 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check() 244 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check() 251 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL)) in Curl_socket_check()
|
D | select.h | 46 #define POLLNVAL 0x20 macro
|
/external/strace/tests-m32/ |
D | poll.c | 76 PRINT_EVENT(POLLNVAL, events) in print_pollfd_entering() 143 PRINT_EVENT(POLLNVAL, revents) in print_pollfd_exiting()
|
/external/strace/tests/ |
D | poll.c | 76 PRINT_EVENT(POLLNVAL, events) in print_pollfd_entering() 143 PRINT_EVENT(POLLNVAL, revents) in print_pollfd_exiting()
|
/external/strace/tests-mx32/ |
D | poll.c | 76 PRINT_EVENT(POLLNVAL, events) in print_pollfd_entering() 143 PRINT_EVENT(POLLNVAL, revents) in print_pollfd_exiting()
|
/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/libpcap/tests/ |
D | selpolltest.c | 221 if (fd.revents & POLLNVAL) in main()
|
/external/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 124 .expect_revents = POLLNVAL,
|
/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 | 1188 pfd.events = POLLOUT | POLLERR | POLLNVAL; in pcm_wait() 1205 if (pfd.revents & (POLLERR | POLLNVAL)) { in pcm_wait()
|
/external/chromium-trace/catapult/telemetry/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/libevent/ |
D | evport.c | 354 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
|
D | ChangeLog | 367 o Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports (0144886 Trond Norbye)
|
/external/toolchain-utils/cros_utils/ |
D | command_executer.py | 624 elif evt & (select.POLLHUP | select.POLLERR | select.POLLNVAL):
|
/external/valgrind/coregrind/ |
D | vgdb.c | 910 if (pollfds[ck].revents & POLLNVAL) { in gdb_relay()
|
/external/libpcap/ |
D | pcap-linux.c | 4394 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) { 4438 if (pollinfo.revents & POLLNVAL) {
|
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |