Searched refs:POLLERR (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dpoll.h14 #define POLLERR 0x008 macro
/fuchsia/zircon/system/ulib/fdio/include/lib/fdio/
H A Dio.h27 #define FDIO_EVT_ERROR POLLERR
29 #define FDIO_EVT_ALL (POLLIN | POLLOUT | POLLERR | POLLRDHUP)
/fuchsia/zircon/system/ulib/fdio/
H A Dremoteio.c47 static_assert((POLLERR << POLL_SHIFT) == DEVICE_SIGNAL_ERROR, "");
757 // POLLERR is always detected
758 *_signals = (((POLLERR | events) & POLL_MASK) << POLL_SHIFT) | signals;
H A Dsocket.c343 events |= POLLERR;
541 events |= POLLERR;
H A Dunistd.c2068 pfd->revents = events & (pfd->events | POLLHUP | POLLERR);
2118 events |= POLLERR;
2177 if (events & POLLERR) {

Completed in 37 milliseconds