Lines Matching refs:pr_debug
37 pr_debug("\nfdarray__new() failed!"); in test__fdarray__filter()
44 pr_debug("\nfdarray__filter()=%d != %d shouldn't have filtered anything", in test__fdarray__filter()
52 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()
73 pr_debug("\nfiltering all but (fda->entries[0], fda->entries[3]):"); in test__fdarray__filter()
78 pr_debug("\nfdarray__filter()=%d != 2, should have left just two events", in test__fdarray__filter()
83 pr_debug("\n"); in test__fdarray__filter()
98 pr_debug("\nfdarray__new() failed!"); in test__fdarray__add()
104 pr_debug("\n%d: fda->entries[%d](%d) != %d!", \ in test__fdarray__add()
109 pr_debug("\n%d: fda->entries[%d].revents(%d) != %d!", \ in test__fdarray__add()
116 pr_debug("\n%d: fdarray__add(fda, %d, %d) failed!", \ in test__fdarray__add()
121 pr_debug("\n%d: fdarray__add(fda, %d, %d)=%d != %d", \ in test__fdarray__add()
135 pr_debug("\nfdarray__add(fda, 35, POLLHUP) should have allocated fda->pollfd!"); in test__fdarray__add()
153 pr_debug("\n"); in test__fdarray__add()