Home
last modified time | relevance | path

Searched refs:img_mgmt_active_slot (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c71 int active_slot = img_mgmt_active_slot(image); in img_mgmt_state_flags()
122 int active_slot = img_mgmt_active_slot(image); in img_mgmt_state_flags()
149 const int active_slot = img_mgmt_active_slot(image); in img_mgmt_get_next_boot_slot()
234 int active_slot = img_mgmt_active_slot(image); in img_mgmt_get_next_boot_slot()
325 int active_slot = img_mgmt_active_slot(image); in img_mgmt_slot_in_use()
502 int slot_a = img_mgmt_active_slot(i); in img_mgmt_state_read()
596 int active_slot = img_mgmt_active_slot(image); in img_mgmt_set_next_boot_slot()
668 int active_slot = img_mgmt_active_slot(active_image); in img_mgmt_set_next_boot_slot()
715 slot = img_mgmt_active_slot(img_mgmt_active_image()); in img_mgmt_state_write()
Dimg_mgmt.c208 int img_mgmt_active_slot(int image) in img_mgmt_active_slot() function
416 uint32_t slot = img_mgmt_get_opposite_slot(img_mgmt_active_slot(img_mgmt_active_image())); in img_mgmt_erase()
565 if (img_mgmt_active_slot((i / SLOTS_PER_IMAGE)) != i) { in img_mgmt_slot_info()
1013 return img_mgmt_read_info(img_mgmt_active_slot(img_mgmt_active_image()), in img_mgmt_my_version()
Dzephyr_img_mgmt.c234 slot = img_mgmt_get_opposite_slot(img_mgmt_active_slot(image)); in img_mgmt_get_unused_slot_area_id()
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt.h262 int img_mgmt_active_slot(int image);