Lines Matching refs:printf

94 		printf("snprintf failed!\n");  in dmabuf_heap_open()
100 printf("open %s failed!\n", buf); in dmabuf_heap_open()
154 printf(" Testing allocation and importing: "); in test_alloc_and_import()
157 printf("FAIL (Allocation Failed!)\n"); in test_alloc_and_import()
169 printf("FAIL (mmap() failed)\n"); in test_alloc_and_import()
182 printf("(Could not open vgem - skipping): "); in test_alloc_and_import()
186 printf("FAIL (Failed to import buffer)\n"); in test_alloc_and_import()
193 printf("FAIL (DMA_BUF_SYNC_START failed!)\n"); in test_alloc_and_import()
200 printf("FAIL (DMA_BUF_SYNC_END failed!)\n"); in test_alloc_and_import()
206 printf(" OK\n"); in test_alloc_and_import()
227 printf(" Testing alloced %ldk buffers are zeroed: ", size / 1024); in test_alloc_zeroed()
236 printf("FAIL (Allocation (%i) failed)\n", i); in test_alloc_zeroed()
242 printf("FAIL (mmap() failed!)\n"); in test_alloc_zeroed()
259 printf("FAIL (Allocation (%i) failed)\n", i); in test_alloc_zeroed()
266 printf("FAIL (mmap() failed!)\n"); in test_alloc_zeroed()
274 printf("FAIL (Allocated buffer not zeroed @ %i)\n", j); in test_alloc_zeroed()
286 printf("OK\n"); in test_alloc_zeroed()
372 printf(" Testing (theoretical)older alloc compat: "); in test_alloc_compat()
375 printf("FAIL (Older compat allocation failed!)\n"); in test_alloc_compat()
380 printf("OK\n"); in test_alloc_compat()
382 printf(" Testing (theoretical)newer alloc compat: "); in test_alloc_compat()
385 printf("FAIL (Newer compat allocation failed!)\n"); in test_alloc_compat()
389 printf("OK\n"); in test_alloc_compat()
408 printf(" Testing expected error cases: "); in test_alloc_errors()
411 printf("FAIL (Did not see expected error (invalid fd)!)\n"); in test_alloc_errors()
418 printf("FAIL (Did not see expected error (invalid heap flags)!)\n"); in test_alloc_errors()
426 printf("FAIL (Did not see expected error (invalid fd flags)!)\n"); in test_alloc_errors()
431 printf("OK\n"); in test_alloc_errors()
450 printf("No %s directory?\n", DEVPATH); in main()
460 printf("Testing heap: %s\n", dir->d_name); in main()
461 printf("=======================================\n"); in main()