Home
last modified time | relevance | path

Searched refs:boot_add_data_to_shared_area (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dboot_record.c50 boot_add_data_to_shared_area(uint8_t major_type, in boot_add_data_to_shared_area() function
226 rc = boot_add_data_to_shared_area(TLV_MAJOR_IAS, in boot_save_boot_status()
316 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, BLINFO_MODE, in boot_save_shared_data()
320 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data()
327 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data()
334 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data()
342 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data()
352 rc = boot_add_data_to_shared_area(TLV_MAJOR_BLINFO, in boot_save_shared_data()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_record.h50 int boot_add_data_to_shared_area(uint8_t major_type,
/mcuboot-latest/boot/zephyr/
Dshared_data.c30 int boot_add_data_to_shared_area(uint8_t major_type, in boot_add_data_to_shared_area() function