Home
last modified time | relevance | path

Searched refs:test_fcb (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_crc_disabled_after_enabled.c22 rc = fcb_append(&test_fcb, i, &loc); in fcb_pretest_crc_disabled_after_enabled()
24 rc = flash_area_write(test_fcb.fap, FCB_ENTRY_FA_DATA_OFF(loc), in fcb_pretest_crc_disabled_after_enabled()
27 rc = fcb_append_finish(&test_fcb, &loc); in fcb_pretest_crc_disabled_after_enabled()
31 test_fcb_crc_disabled.f_erase_value = test_fcb.f_erase_value; in fcb_pretest_crc_disabled_after_enabled()
32 test_fcb_crc_disabled.f_sector_cnt = test_fcb.f_sector_cnt; in fcb_pretest_crc_disabled_after_enabled()
33 test_fcb_crc_disabled.f_sectors = test_fcb.f_sectors; in fcb_pretest_crc_disabled_after_enabled()
Dmain.c16 struct fcb test_fcb = {0}; variable
134 fcb_tc_pretest(2, &test_fcb); in fcb_pretest_2_sectors()
139 fcb_tc_pretest(4, &test_fcb); in fcb_pretest_4_sectors()
Dfcb_test_empty_walk.c15 fcb = &test_fcb; in ZTEST()
Dfcb_test.h26 extern struct fcb test_fcb;
Dfcb_test_init.c15 fcb = &test_fcb; in ZTEST()
Dfcb_test_append.c41 test_fcb_append(&test_fcb); in ZTEST()
Dfcb_test_append_too_big.c19 fcb = &test_fcb; in ZTEST()
Dfcb_test_append_fill.c27 fcb = &test_fcb; in ZTEST()
Dfcb_test_last_of_n.c20 fcb = &test_fcb; in ZTEST()
Dfcb_test_multiple_scratch.c23 fcb = &test_fcb; in ZTEST()
Dfcb_test_rotate.c23 fcb = &test_fcb; in ZTEST()
Dfcb_test_reset.c19 fcb = &test_fcb; in ZTEST()