Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 25 of 28) 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.h49 #define POLLNVAL 0x0020
/external/curl/lib/
Dselect.c237 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()
Dselect.h46 #define POLLNVAL 0x20 macro
/external/strace/tests-m32/
Dpoll.c76 PRINT_EVENT(POLLNVAL, events) in print_pollfd_entering()
143 PRINT_EVENT(POLLNVAL, revents) in print_pollfd_exiting()
/external/strace/tests/
Dpoll.c76 PRINT_EVENT(POLLNVAL, events) in print_pollfd_entering()
143 PRINT_EVENT(POLLNVAL, revents) in print_pollfd_exiting()
/external/strace/tests-mx32/
Dpoll.c76 PRINT_EVENT(POLLNVAL, events) in print_pollfd_entering()
143 PRINT_EVENT(POLLNVAL, revents) in print_pollfd_exiting()
/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/libpcap/tests/
Dselpolltest.c221 if (fd.revents & POLLNVAL) in main()
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c124 .expect_revents = POLLNVAL,
/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.c1188 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/
Dserialposix.py667 poll.register(self.fd, select.POLLIN|select.POLLERR|select.POLLHUP|select.POLLNVAL)
673 if event & (select.POLLERR|select.POLLHUP|select.POLLNVAL):
/external/libevent/
Devport.c354 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
DChangeLog367 o Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports (0144886 Trond Norbye)
/external/toolchain-utils/cros_utils/
Dcommand_executer.py624 elif evt & (select.POLLHUP | select.POLLERR | select.POLLNVAL):
/external/valgrind/coregrind/
Dvgdb.c910 if (pollfds[ck].revents & POLLNVAL) { in gdb_relay()
/external/libpcap/
Dpcap-linux.c4394 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {
4438 if (pollinfo.revents & POLLNVAL) {
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12