Home
last modified time | relevance | path

Searched refs:blinfo_lookup (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/retention/
Dblinfo.h49 int blinfo_lookup(uint16_t key, char *val, int val_len_max);
/Zephyr-latest/subsys/retention/
Dblinfo_mcuboot.c25 int blinfo_lookup(uint16_t key, char *val, int val_len_max) in blinfo_lookup() function
113 return blinfo_lookup(index, val, val_len_max); in blinfo_handle_get()
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot.c90 rc = blinfo_lookup(BLINFO_RUNNING_SLOT, &slot, sizeof(slot)); in boot_fetch_active_slot()
/Zephyr-latest/doc/services/retention/
Dblinfo.rst90 By default, only the lookup function is provided: :c:func:`blinfo_lookup`, the
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c171 rc = blinfo_lookup(BLINFO_MAX_APPLICATION_SIZE, &max_app_size, sizeof(max_app_size)) in img_mgmt_slot_max_size()
221 rc = blinfo_lookup(BLINFO_RUNNING_SLOT, &temp_slot, sizeof(temp_slot)); in img_mgmt_active_slot()
Dzephyr_img_mgmt.c713 rc = blinfo_lookup(BLINFO_MAX_APPLICATION_SIZE, (char *)&max_image_size, in img_mgmt_upload_inspect()