Lines Matching refs:report
56 report(int num, const char *state, int expected, int got, int res, in report() function
106 report(num++, "0", 0, pfd.revents, res, 0); in child()
124 report(num++, "1", 0, pfd.revents, res, 0); in child()
132 report(num++, "2", POLLIN, pfd.revents, res, 1); in child()
137 report(num++, "2a", 0, pfd.revents, res, 0); in child()
145 report(num++, "3", POLLHUP, pfd.revents, res, 1); in child()
160 report(num++, "4", 0, pfd.revents, res, 0); in child()
168 report(num++, "5", POLLIN, pfd.revents, res, 1); in child()
186 report(num++, "6", POLLIN | POLLHUP, pfd.revents, res, 1); in child()
191 report(num++, "6a", POLLHUP, pfd.revents, res, 1); in child()
203 report(num++, "6b", POLLHUP, pfd.revents, res, 1); in child()
207 report(num++, "6c", POLLHUP, pfd.revents, res, 1); in child()
211 report(num++, "6d", POLLHUP, pfd.revents, res, 1); in child()