Lines Matching refs:pr_debug
34 pr_debug("\nfdarray__new() failed!"); in test__fdarray__filter()
41 pr_debug("\nfdarray__filter()=%d != %d shouldn't have filtered anything", in test__fdarray__filter()
49 pr_debug("\nfdarray__filter()=%d != %d, should have filtered all fds", in test__fdarray__filter()
58 pr_debug("\nfiltering all but fda->entries[2]:"); in test__fdarray__filter()
63 pr_debug("\nfdarray__filter()=%d != 1, should have left just one event", nr_fds); in test__fdarray__filter()
68 pr_debug("\nfda->entries[0].fd=%d != %d\n", in test__fdarray__filter()
79 pr_debug("\nfiltering all but (fda->entries[0], fda->entries[3]):"); in test__fdarray__filter()
84 pr_debug("\nfdarray__filter()=%d != 2, should have left just two events", in test__fdarray__filter()
91 pr_debug("\nfda->entries[%d].fd=%d != %d\n", fd, in test__fdarray__filter()
97 pr_debug("\n"); in test__fdarray__filter()
112 pr_debug("\nfdarray__new() failed!"); in test__fdarray__add()
118 pr_debug("\n%d: fda->entries[%d](%d) != %d!", \ in test__fdarray__add()
123 pr_debug("\n%d: fda->entries[%d].revents(%d) != %d!", \ in test__fdarray__add()
130 pr_debug("\n%d: fdarray__add(fda, %d, %d) failed!", \ in test__fdarray__add()
135 pr_debug("\n%d: fdarray__add(fda, %d, %d)=%d != %d", \ in test__fdarray__add()
149 pr_debug("\nfdarray__add(fda, 35, POLLHUP) should have allocated fda->pollfd!"); in test__fdarray__add()
167 pr_debug("\n"); in test__fdarray__add()