Searched refs:blinfo_lookup (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/retention/ |
D | blinfo.h | 49 int blinfo_lookup(uint16_t key, char *val, int val_len_max);
|
/Zephyr-latest/subsys/retention/ |
D | blinfo_mcuboot.c | 25 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/ |
D | mcuboot.c | 90 rc = blinfo_lookup(BLINFO_RUNNING_SLOT, &slot, sizeof(slot)); in boot_fetch_active_slot()
|
/Zephyr-latest/doc/services/retention/ |
D | blinfo.rst | 90 By default, only the lookup function is provided: :c:func:`blinfo_lookup`, the
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | img_mgmt.c | 171 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()
|
D | zephyr_img_mgmt.c | 713 rc = blinfo_lookup(BLINFO_MAX_APPLICATION_SIZE, (char *)&max_image_size, in img_mgmt_upload_inspect()
|