Home | History | Annotate | Download | only in vm

Lines Matching refs:revents

462 		if (pollfd[1].revents & POLLIN) {
468 if (!(pollfd[0].revents & POLLIN))
469 fprintf(stderr, "pollfd[0].revents %d\n",
470 pollfd[0].revents), exit(1);