Lines Matching refs:printf
82 printf("\r[%s] %02d%%", str, progress); in Update()
86 printf("\n"); in Update()
173 printf("initial read verification failed: " in CheckBlockData()
195 printf("Failled to CreateAndMap Vmo\n"); in Initialize()
202 printf("cannot duplicate handle\n"); in Initialize()
210 printf("cannot attach vmo for init %lu\n", s); in Initialize()
244 printf("write block_fifo_txn error %d\n", st); in Fill()
269 printf("read block_fifo_txn error %d\n", st); in Check()
309 printf("Failled to CreateAndMap Vmo\n"); in Initialize()
328 printf("cannot duplicate handle\n"); in Fill()
343 printf("SkipBlockWrite error %d\n", st); in Fill()
361 printf("cannot duplicate handle\n"); in Check()
373 printf("SkipBlockRead error %d\n", st); in Check()
407 printf("Failed to alloc resources to init device\n"); in InitializeDevice()
411 printf("writing test data to device...\n"); in InitializeDevice()
414 printf("failed to write test data\n"); in InitializeDevice()
417 printf("done\n"); in InitializeDevice()
419 printf("verifying test data...\n"); in InitializeDevice()
422 printf("failed to verify test data\n"); in InitializeDevice()
425 printf("done\n"); in InitializeDevice()
436 printf("Failed to alloc resources to init device\n"); in DoWork()
498 printf("%s\n", kUsageMessage); in Usage()
508 printf("cannot open '%s'\n", device); in iochk()
544 printf("Invalid arg %s\n", *argv); in iochk()
551 printf("%s: iochk is a destructive operation.\n", kWarning); in iochk()
552 printf("%s: All data on %s in the given range will be overwritten.\n", in iochk()
554 printf("%s: Type 'y' to continue, 'n' or ESC to cancel:\n", kWarning); in iochk()
559 printf("Error reading from stdin\n"); in iochk()
573 printf("seed is %ld\n", base_seed); in iochk()
585 printf("unable to get skip-block partition info: %d\n", status); in iochk()
586 printf("fd: %d\n", ctx.skip.caller.release().get()); in iochk()
589 printf("opened %s - block_size_bytes=%lu, partition_block_count=%u\n", device, in iochk()
597 printf("block-size is not a multiple of device block size\n"); in iochk()
603 printf("offset past end of device\n"); in iochk()
614 printf("block_count+offset too large\n"); in iochk()
622 printf("unable to get block info\n"); in iochk()
625 printf("opened %s - block_size=%u, block_count=%lu\n", in iochk()
633 printf("block-size is not a multiple of device block size\n"); in iochk()
639 printf("offset past end of device\n"); in iochk()
649 printf("block_count+offset too large\n"); in iochk()
654 printf("block-size is larger than max transfer size (%d)\n", info.max_transfer_size); in iochk()
661 printf("cannot get fifo for device\n"); in iochk()
666 printf("cannot create block client for device\n"); in iochk()
676 printf("device initialization failed\n"); in iochk()
685 printf("starting worker threads...\n"); in iochk()
689 printf("number of threads capped at %u\n", MAX_TXN_GROUP_COUNT); in iochk()
695 printf("thread creation failed\n"); in iochk()
710 printf("re-verifying device...\n"); in iochk()
715 printf("failed to initialize verification thread\n"); in iochk()
719 printf("failed to re-verify test data\n"); in iochk()
722 printf("done\n"); in iochk()
727 printf("iochk completed successfully\n"); in iochk()
730 printf("iochk failed (seed was %ld)\n", base_seed); in iochk()