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

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
poll.h 77 #define POLLERR 0x0008
80 #define POLL_RETONLY (POLLERR | POLLHUP | POLLNVAL)
  /external/ltp/testcases/kernel/syscalls/utils/
poll.h 8 #define POLLERR 0x0008
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
poll.h 48 #define POLLERR 0x008 /* Error condition. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
poll.h 48 #define POLLERR 0x008 /* Error condition. */
  /external/strace/xlat/
pollflags.h 32 #if defined(POLLERR) || (defined(HAVE_DECL_POLLERR) && HAVE_DECL_POLLERR)
33 XLAT(POLLERR),
  /bionic/libc/kernel/uapi/asm-generic/
poll.h 24 #define POLLERR 0x0008
  /bionic/tests/headers/posix/
poll_h.c 48 MACRO(POLLERR);
  /external/kernel-headers/original/uapi/asm-generic/
poll.h 9 #define POLLERR 0x0008
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
poll.h 8 #define POLLERR 0x0008
  /external/curl/lib/
select.h 45 #define POLLERR 0x08
select.c 240 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP))
247 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP))
256 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL))
463 if(ufds[i].revents & POLLERR)
  /external/libdrm/
libsync.h 72 if (fds.revents & (POLLERR | POLLNVAL)) {
  /external/libusb/libusb/os/
poll_windows.h 63 #define POLLERR 0x0008 /* Error condition */
  /hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp 98 pFd.events = POLLPRI | POLLERR;
  /hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp 98 pFd.events = POLLPRI | POLLERR;
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris.go 129 POLLERR = C.POLLERR
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris.go 129 POLLERR = C.POLLERR
  /libcore/ojluni/src/main/java/java/net/
PlainSocketImpl.java 48 import static android.system.OsConstants.POLLERR;
189 IoBridge.poll(fd, POLLIN | POLLERR, -1);
191 IoBridge.poll(fd, POLLIN | POLLERR, timeout);
  /cts/tests/tests/graphics/jni/
android_graphics_cts_SyncTest.cpp 63 if ((pollfds[i].revents & (POLLERR | POLLNVAL)) != 0)
  /hardware/qcom/display/msm8994/libqdutils/
idle_invalidator.cpp 119 pFd.events = POLLPRI | POLLERR;
  /external/libevent/
evport.c 341 if (pevt->portev_events & (POLLERR|POLLHUP)) {
353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL))
  /external/strace/tests/
poll.c 77 PRINT_EVENT(POLLERR, events);
144 PRINT_EVENT(POLLERR, revents);
  /external/strace/tests-m32/
poll.c 77 PRINT_EVENT(POLLERR, events);
144 PRINT_EVENT(POLLERR, revents);
  /external/strace/tests-mx32/
poll.c 77 PRINT_EVENT(POLLERR, events);
144 PRINT_EVENT(POLLERR, revents);
  /frameworks/base/cmds/incidentd/src/
FdBuffer.cpp 70 if ((pfds.revents & POLLERR) != 0) {
171 if ((pfds[i].revents & POLLERR) != 0) {
173 VLOG("fd %d is sysfs, ignore its POLLERR return value", fd);

Completed in 1457 milliseconds

1 2 3 4 5 6 7