Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 25 of 114) sorted by relevance

12345

/external/strace/xlat/
Dpollflags.h27 #if defined(POLLERR) || (defined(HAVE_DECL_POLLERR) && HAVE_DECL_POLLERR)
29 static_assert((POLLERR) == (0x0008), "POLLERR != 0x0008");
32 # define POLLERR 0x0008
169 XLAT(POLLERR),
Dpollflags.in4 POLLERR 0x0008
/external/curl/lib/
Dselect.c240 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check()
247 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check()
256 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL)) in Curl_socket_check()
464 if(ufds[i].revents & POLLERR) in Curl_poll()
Dselect.h45 #define POLLERR 0x08 macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtypes_netbsd.go263 POLLERR = C.POLLERR const
Dtypes_darwin.go263 POLLERR = C.POLLERR const
Dtypes_openbsd.go268 POLLERR = C.POLLERR const
Dtypes_dragonfly.go266 POLLERR = C.POLLERR const
Dtypes_solaris.go273 POLLERR = C.POLLERR const
Dtypes_freebsd.go383 POLLERR = C.POLLERR const
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h8 #define POLLERR 0x0008 macro
/external/openssh/openbsd-compat/
Dbsd-poll.h44 #define POLLERR 0x0008 macro
Dbsd-poll.c105 fds[i].revents |= POLLERR; in poll()
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h9 #define POLLERR 0x0008 macro
/external/libusb/libusb/os/
Dpoll_windows.c534 fds[i].revents |= POLLERR; in usbi_poll()
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()
Dpoll_windows.h63 #define POLLERR 0x0008 /* Error condition */ macro
/external/syzkaller/sys/fuchsia/
Dposix_amd64.const26 POLLERR = 8
Dposix_arm64.const26 POLLERR = 8
/external/tcpdump/tests/
Dicmp-cksum-oobr-3.out4 …3 .1.3.6.1.4.1.3830.1.1.2.1.1.2=2 .1.3.6.1.4.1.3830.1.1.2.1.1.3="%SMSA-E-POLLERR, Polling the SMSC…
/external/strace/tests-m32/
Dpoll.c77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering()
144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
/external/strace/tests-mx32/
Dpoll.c77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering()
144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
/external/strace/tests/
Dpoll.c77 PRINT_EVENT(POLLERR, events); in print_pollfd_entering()
144 PRINT_EVENT(POLLERR, revents); in print_pollfd_exiting()
/external/libevent/
Devport.c341 if (pevt->portev_events & (POLLERR|POLLHUP)) { in evport_dispatch()
353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
/external/libdrm/
Dlibsync.h72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
/external/tinycompress/
Dcompress.c381 if (fds.revents & POLLERR) { in compress_write()
441 if (fds.revents & POLLERR) { in compress_read()
633 if (fds.revents & POLLERR) in compress_wait()

12345