Searched refs:POLLNVAL (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dpoll.h10 #define POLLNVAL 0x0020 macro
/external/kernel-headers/original/asm-generic/
H A Dpoll.h10 #define POLLNVAL 0x0020 macro
/external/openssh/openbsd-compat/
H A Dbsd-poll.h49 #define POLLNVAL 0x0020
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_thread.c71 if (events & POLLNVAL) APPL_TRACE_DEBUG0(" POLLNVAL "); \
77 #define POLL_EXCEPTION_EVENTS (POLLHUP | POLLRDHUP | POLLERR | POLLNVAL)
/external/tinyalsa/
H A Dpcm.c748 pfd.events = POLLOUT | POLLERR | POLLNVAL;
765 if (pfd.revents & (POLLERR | POLLNVAL)) {
/external/bluetooth/bluedroid/udrv/ulinux/
H A Duipc.c805 if (pfd.revents & (POLLHUP|POLLNVAL) )
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java236 public static final int POLLNVAL = placeholder(); field in class:OsConstants
/external/strace/
H A Dstream.c294 { POLLNVAL, "POLLNVAL" },
/external/valgrind/main/coregrind/
H A Dvgdb.c1837 if (pollfds[ck].revents & POLLNVAL) {
1838 DEBUG(1, "connection %s fd %d POLLNVAL error condition\n",
/external/dbus/dbus/
H A Ddbus-sysdeps-unix.c2427 _DBUS_POLLNVAL == POLLNVAL &&

Completed in 257 milliseconds