HomeSort by relevance Sort by last modified time
    Searched refs:POLLNVAL (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
poll.h 79 #define POLLNVAL 0x0020 // Invalid parameter in POLL call
80 #define POLL_RETONLY (POLLERR | POLLHUP | POLLNVAL)
  /external/ltp/testcases/kernel/syscalls/utils/
poll.h 10 #define POLLNVAL 0x0020
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
poll.h 50 #define POLLNVAL 0x020 /* Invalid polling request. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
poll.h 50 #define POLLNVAL 0x020 /* Invalid polling request. */
  /external/strace/xlat/
pollflags.h 38 #if defined(POLLNVAL) || (defined(HAVE_DECL_POLLNVAL) && HAVE_DECL_POLLNVAL)
39 XLAT(POLLNVAL),
  /bionic/libc/kernel/uapi/asm-generic/
poll.h 26 #define POLLNVAL 0x0020
  /bionic/tests/headers/posix/
poll_h.c 50 MACRO(POLLNVAL);
  /external/kernel-headers/original/uapi/asm-generic/
poll.h 11 #define POLLNVAL 0x0020
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
poll.h 10 #define POLLNVAL 0x0020
  /external/curl/lib/
select.h 47 #define POLLNVAL 0x20
select.c 242 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL))
249 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL))
256 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL))
  /external/libdrm/
libsync.h 72 if (fds.revents & (POLLERR | POLLNVAL)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poll.py 80 self.assertEqual(r[0], (FD, select.POLLNVAL))
90 self.assertEqual(r[0], (fd, select.POLLNVAL))
  /external/libusb/libusb/os/
poll_windows.h 65 #define POLLNVAL 0x0020 /* Invalid request: fd not open */
  /cts/tests/tests/graphics/jni/
android_graphics_cts_SyncTest.cpp 63 if ((pollfds[i].revents & (POLLERR | POLLNVAL)) != 0)
  /external/python/cpython2/Lib/test/
test_poll.py 88 self.assertEqual(r[0], (FD, select.POLLNVAL))
98 self.assertEqual(r[0], (fd, select.POLLNVAL))
  /external/python/cpython3/Lib/test/
test_poll.py 87 self.assertEqual(r[0], (FD, select.POLLNVAL))
97 self.assertEqual(r[0], (fd, select.POLLNVAL))
  /external/strace/tests/
poll.c 79 PRINT_EVENT(POLLNVAL, events);
146 PRINT_EVENT(POLLNVAL, revents);
  /external/strace/tests-m32/
poll.c 79 PRINT_EVENT(POLLNVAL, events);
146 PRINT_EVENT(POLLNVAL, revents);
  /external/strace/tests-mx32/
poll.c 79 PRINT_EVENT(POLLNVAL, events);
146 PRINT_EVENT(POLLNVAL, revents);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_poll.py 81 self.assertEqual(r[0], (FD, select.POLLNVAL))
91 self.assertEqual(r[0], (fd, select.POLLNVAL))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_poll.py 81 self.assertEqual(r[0], (FD, select.POLLNVAL))
91 self.assertEqual(r[0], (fd, select.POLLNVAL))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poll.py 81 self.assertEqual(r[0], (FD, select.POLLNVAL))
91 self.assertEqual(r[0], (fd, select.POLLNVAL))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poll.py 81 self.assertEqual(r[0], (FD, select.POLLNVAL))
91 self.assertEqual(r[0], (fd, select.POLLNVAL))
  /libcore/ojluni/src/main/java/sun/nio/ch/
SinkChannelImpl.java 121 if ((ops & Net.POLLNVAL) != 0)
122 throw new Error("POLLNVAL detected");

Completed in 683 milliseconds

1 2 3 4