Lines Matching refs:pr_debug
36 pr_debug("\nfdarray__new() failed!"); in test__fdarray__filter()
43 pr_debug("\nfdarray__filter()=%d != %d shouldn't have filtered anything", in test__fdarray__filter()
51 pr_debug("\nfdarray__filter()=%d != %d, should have filtered all fds", in test__fdarray__filter()
60 pr_debug("\nfiltering all but fda->entries[2]:"); in test__fdarray__filter()
65 pr_debug("\nfdarray__filter()=%d != 1, should have left just one event", nr_fds); in test__fdarray__filter()
70 pr_debug("\nfda->entries[0].fd=%d != %d\n", in test__fdarray__filter()
81 pr_debug("\nfiltering all but (fda->entries[0], fda->entries[3]):"); in test__fdarray__filter()
86 pr_debug("\nfdarray__filter()=%d != 2, should have left just two events", in test__fdarray__filter()
93 pr_debug("\nfda->entries[%d].fd=%d != %d\n", fd, in test__fdarray__filter()
99 pr_debug("\n"); in test__fdarray__filter()
114 pr_debug("\nfdarray__new() failed!"); in test__fdarray__add()
120 pr_debug("\n%d: fda->entries[%d](%d) != %d!", \ in test__fdarray__add()
125 pr_debug("\n%d: fda->entries[%d].revents(%d) != %d!", \ in test__fdarray__add()
132 pr_debug("\n%d: fdarray__add(fda, %d, %d) failed!", \ in test__fdarray__add()
137 pr_debug("\n%d: fdarray__add(fda, %d, %d)=%d != %d", \ in test__fdarray__add()
151 pr_debug("\nfdarray__add(fda, 35, POLLHUP) should have allocated fda->pollfd!"); in test__fdarray__add()
169 pr_debug("\n"); in test__fdarray__add()