Searched refs:test_record (Results 1 – 4 of 4) sorted by relevance
753 struct saved_blk_record *test_record; in test_nd() local775 test_record = malloc(blocks_at_once * sizeof(struct saved_blk_record)); in test_nd()776 if (!blkbuf || !test_record) { in test_nd()807 do_write(dev, save_ptr, test_record[i].num, in test_nd()808 block_size, test_record[i].block); in test_nd()809 save_ptr += test_record[i].num * block_size; in test_nd()877 test_record[num_saved].block = currently_testing; in test_nd()878 test_record[num_saved].num = got; in test_nd()940 currently_testing = test_record[used2].block; in test_nd()941 try = test_record[used2].num; in test_nd()[all …]
174 def test_record(self): member in InstallTestCase236 self.test_record()
173 def test_record(self): member in InstallTestCase239 self.test_record()
56 void test_record() { in test_record() function