POLLERR          1420 components/breakpad/app/breakpad_linux.cc           poll_fd.events = POLLIN | POLLPRI | POLLERR;
POLLERR            50 content/common/gpu/media/exynos_v4l2_video_device.cc   pollfds[0].events = POLLIN | POLLERR;
POLLERR            56 content/common/gpu/media/exynos_v4l2_video_device.cc     pollfds[nfds].events = POLLIN | POLLOUT | POLLERR | POLLPRI;
POLLERR          1058 content/common/gpu/media/exynos_video_encode_accelerator.cc   pollfds[0].events = POLLIN | POLLERR;
POLLERR          1066 content/common/gpu/media/exynos_video_encode_accelerator.cc     pollfds[nfds].events = POLLIN | POLLOUT | POLLERR;
POLLERR          1072 content/common/gpu/media/exynos_video_encode_accelerator.cc     pollfds[nfds].events = POLLIN | POLLOUT | POLLERR;
POLLERR            26 media/midi/midi_manager_alsa.cc const unsigned short kPollEventMask = POLLIN | POLLERR | POLLNVAL;
POLLERR           293 media/midi/midi_manager_alsa.cc     if (revents & (POLLERR | POLLNVAL)) {
POLLERR           268 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc         emitter_->RaiseEvents_Locked(POLLERR);
POLLERR           269 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc         emitter_->ClearEvents_Locked(POLLERR);
POLLERR           102 native_client_sdk/src/libraries/nacl_io/event_listener.cc     if (emitter_->GetEventStatus() & POLLERR)
POLLERR           178 native_client_sdk/src/libraries/nacl_io/event_listener.cc     if (request->events & POLLERR)
POLLERR           950 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   signal_emitter_->RaiseEvents_Locked(POLLERR);
POLLERR          1053 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc       events |= POLLERR | POLLHUP;
POLLERR          1098 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     if (info->revents & (POLLHUP | POLLERR)) {
POLLERR            51 native_client_sdk/src/tests/nacl_io_test/event_test.cc   emitter.RegisterListener(&listener_a, POLLIN | POLLOUT | POLLERR);
POLLERR            52 native_client_sdk/src/tests/nacl_io_test/event_test.cc   emitter.RegisterListener(&listener_b, POLLIN | POLLOUT | POLLERR);
POLLERR           389 net/third_party/nss/ssl/unix_err.c     else if (err & POLLERR)
POLLERR           257 third_party/libevent/devpoll.c                 else if (what & POLLERR)
POLLERR           180 third_party/libevent/poll.c 		if (what & (POLLHUP|POLLERR))
POLLERR          1824 third_party/libusb/src/libusb/os/darwin_usb.c     if (pollfd->revents & POLLERR) {
POLLERR          2512 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (pollfd->revents & POLLERR) {
POLLERR           568 third_party/libusb/src/libusb/os/openbsd_usb.c 		if (pollfd->revents & POLLERR) {
POLLERR           532 third_party/libusb/src/libusb/os/poll_windows.c 			fds[i].revents |= POLLERR;
POLLERR           544 third_party/libusb/src/libusb/os/poll_windows.c 			fds[i].revents |= POLLNVAL | POLLERR;
POLLERR           556 third_party/libusb/src/libusb/os/poll_windows.c 			fds[i].revents |= POLLNVAL | POLLERR;
POLLERR           565 third_party/libusb/src/libusb/os/poll_windows.c 			fds[i].revents |= POLLNVAL | POLLERR;
POLLERR           100 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _PR_UNIX_POLL_ERR     POLLERR
POLLERR          1918 third_party/npapi/npspy/extern/nspr/prio.h #define PR_POLL_ERR     POLLERR     /* only in out_flags */
POLLERR           210 third_party/tcmalloc/chromium/src/symbolize.cc           (pfd.revents & (POLLHUP|POLLERR))) {
POLLERR           210 third_party/tcmalloc/vendor/src/symbolize.cc           (pfd.revents & (POLLHUP|POLLERR))) {