Lines Matching refs:revents
249 short revents; in time_poll() local
273 if (pollfd_ptr->revents == 0) continue; in time_poll()
276 revents = pollfd_ptr->revents; in time_poll()
278 if (revents & POLLPRI) in time_poll()
280 if (revents & POLLIN) in time_poll()
282 if (revents & POLLOUT) in time_poll()
304 short revents; in time_poll2() local
331 revents = poll2ofd_array[i].revents; in time_poll2()
333 if (revents & POLLPRI) in time_poll2()
335 if (revents & POLLIN) in time_poll2()
337 if (revents & POLLOUT) in time_poll2()