Home
last modified time | relevance | path

Searched defs:confirm (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c544 static int img_mgmt_set_next_boot_slot_common(int slot, int active_slot, bool confirm) in img_mgmt_set_next_boot_slot_common()
589 int img_mgmt_set_next_boot_slot(int slot, bool confirm) in img_mgmt_set_next_boot_slot()
665 int img_mgmt_set_next_boot_slot(int slot, bool confirm) in img_mgmt_set_next_boot_slot()
688 bool confirm = false; in img_mgmt_state_write() local
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c177 bool confirm; in img_state_write_verify() local
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c452 int img_mgmt_client_state_write(struct img_mgmt_client *client, char *hash, bool confirm, in img_mgmt_client_state_write()
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py55 program_number=DEFAULT_PROGRAM_NUMBER, confirm=True, argument
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c611 static void confirm(struct bt_mesh_dfu_cli *cli) in confirm() function