Lines Matching refs:POLLOUT
24 case POLLOUT: in decode_events()
27 case POLLIN | POLLOUT: in decode_events()
36 case POLLOUT | POLLHUP: in decode_events()
39 case POLLIN | POLLOUT | POLLHUP: in decode_events()
91 pfd0.events = POLLIN | POLLOUT; in setup()
93 pfd1.events = POLLIN | POLLOUT; in setup()
109 report(num++, "initial 0", POLLOUT, pfd0.revents); in main()
112 report(num++, "initial 1", POLLOUT, pfd1.revents); in main()
120 report(num++, "other side after large write", POLLIN | POLLOUT, pfd1.revents); in main()
138 report(num++, "after shutdown(SHUT_WR)", POLLOUT, pfd0.revents); in main()
141 report(num++, "other side after shutdown(SHUT_WR)", POLLIN | POLLOUT, pfd1.revents); in main()
153 report(num++, "other side after reading EOF", POLLIN | POLLOUT, pfd1.revents); in main()
158 report(num++, "after data from other side", POLLIN | POLLOUT, pfd0.revents); in main()
186 report(num++, "after shutdown(SHUT_RD)", POLLIN | POLLOUT, pfd0.revents); in main()
189 report(num++, "other side after shutdown(SHUT_RD)", POLLOUT, pfd1.revents); in main()
197 report(num++, "other side after shutdown(SHUT_WR)", POLLIN | POLLOUT, pfd1.revents); in main()