Home
last modified time | relevance | path

Searched refs:info_read (Results 1 – 2 of 2) sorted by relevance

/test/image/
A Dspl_load.c326 }, info_read = { }; in spl_test_image() local
340 ut_assertok(spl_parse_image_header(&info_read, NULL, img)); in spl_test_image()
341 if (check_image_info(uts, &info_write, &info_read)) in spl_test_image()
348 ut_assertok(spl_load_imx_container(&info_read, &load, in spl_test_image()
351 ut_assertok(spl_parse_image_header(&info_read, NULL, in spl_test_image()
354 ut_assertok(spl_load_simple_fit(&info_read, &load, 0, in spl_test_image()
356 if (check_image_info(uts, &info_write, &info_read)) in spl_test_image()
621 }, info_read = { }; in do_spl_test_load() local
648 ut_assertok(loader->load_image(&info_read, &bootdev)); in do_spl_test_load()
649 if (check_image_info(uts, &info_write, &info_read)) in do_spl_test_load()
[all …]
A Dspl_load_fs.c327 }, info_read = { }; in spl_test_mmc_fs() local
371 ut_assertok(spl_blk_load_image(&info_read, &bootdev, UCLASS_MMC, in spl_test_mmc_fs()
374 ut_assertok(loader->load_image(&info_read, &bootdev)); in spl_test_mmc_fs()
375 if (check_image_info(uts, &info_write, &info_read)) in spl_test_mmc_fs()
378 ut_asserteq(plain_size, info_read.size); in spl_test_mmc_fs()

Completed in 7 milliseconds