Lines Matching refs:test_record
737 struct saved_blk_record *test_record; in test_nd() local
759 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record)); in test_nd()
760 if (!blkbuf || !test_record) { in test_nd()
791 do_write(dev, save_ptr, test_record[i].num, in test_nd()
792 block_size, test_record[i].block); in test_nd()
793 save_ptr += test_record[i].num * block_size; in test_nd()
861 test_record[num_saved].block = currently_testing; in test_nd()
862 test_record[num_saved].num = got; in test_nd()
924 currently_testing = test_record[used2].block; in test_nd()
925 try = test_record[used2].num; in test_nd()
971 free(test_record); in test_nd()