Lines Matching full:poll
2 #include <sys/poll.h>
63 printf("poll result %d expected %d. ", in report()
104 if ((res = poll(&pfd, 1, 0)) < 0) in child()
105 err(1, "poll"); in child()
122 if ((res = poll(&pfd, 1, 0)) < 0) in child()
123 err(1, "poll"); in child()
130 if ((res = poll(&pfd, 1, 0)) < 0) in child()
131 err(1, "poll"); in child()
135 if ((res = poll(&pfd, 1, 0)) < 0) in child()
136 err(1, "poll"); in child()
143 if ((res = poll(&pfd, 1, 0)) < 0) in child()
144 err(1, "poll"); in child()
158 if ((res = poll(&pfd, 1, 0)) < 0) in child()
159 err(1, "poll"); in child()
166 if ((res = poll(&pfd, 1, 0)) < 0) in child()
167 err(1, "poll"); in child()
184 if ((res = poll(&pfd, 1, 0)) < 0) in child()
185 err(1, "poll"); in child()
189 if ((res = poll(&pfd, 1, 0)) < 0) in child()
190 err(1, "poll"); in child()
201 if ((res = poll(&pfd, 1, 0)) < 0) in child()
202 err(1, "poll"); in child()
205 if ((res = poll(&pfd, 1, 0)) < 0) in child()
206 err(1, "poll"); in child()
209 if ((res = poll(&pfd, 1, 0)) < 0) in child()
210 err(1, "poll"); in child()