Searched refs:boot_add_data_to_shared_area (Results 1 – 3 of 3) sorted by relevance
/mcuboot-3.6.0/boot/bootutil/src/ |
D | boot_record.c | 46 boot_add_data_to_shared_area(uint8_t major_type, in boot_add_data_to_shared_area() function 219 rc = boot_add_data_to_shared_area(TLV_MAJOR_IAS, in boot_save_boot_status() 297 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, BLINFO_MODE, in boot_save_shared_data() 301 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data() 308 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data() 314 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data() 321 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data() 329 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data()
|
/mcuboot-3.6.0/boot/bootutil/include/bootutil/ |
D | boot_record.h | 49 int boot_add_data_to_shared_area(uint8_t major_type,
|
/mcuboot-3.6.0/boot/zephyr/ |
D | shared_data.c | 30 int boot_add_data_to_shared_area(uint8_t major_type, in boot_add_data_to_shared_area() function
|