Home
last modified time | relevance | path

Searched refs:img_mgmt_get_next_boot_slot (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/include/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_priv.h142 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type);
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c147 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type) in img_mgmt_get_next_boot_slot() function
230 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type) in img_mgmt_get_next_boot_slot() function
330 int nbs = img_mgmt_get_next_boot_slot(image, &type); in img_mgmt_slot_in_use()
501 int next_boot_slot = img_mgmt_get_next_boot_slot(i, &type); in img_mgmt_state_read()
598 int next_boot_slot = img_mgmt_get_next_boot_slot(image, &type); in img_mgmt_set_next_boot_slot()