Searched refs:POLLERR (Results 1 – 6 of 6) sorted by relevance
18 #ifndef POLLERR19 #define POLLERR 0x008 macro
14 #undef POLLERR15 #define POLLERR 0x008 macro
139 if (pfd->events & POLLERR) { in pre_poll()217 pfd->revents |= POLLERR; in aos_poll()
191 pfd->events = POLLERR; in pre_select()232 if ((pfd->revents & POLLERR) && (exceptset != NULL)) { in post_select()
791 if (fds.revents & (POLLERR | POLLHUP | POLLNVAL)) in hid_read_timeout()
335 if (pfd.revents & (POLLHUP | POLLERR)) { in KMSDRM_WaitPageFlip()
Completed in 8 milliseconds