Lines Matching defs:pv
2114 struct pollfd pv;2117 pv.fd = tcp->pfd;2118 pv.events = POLLWANT;2119 if ((what = poll (&pv, 1, 1)) < 0) {2124 else if (what == 1 && pv.revents & POLLWANT) {