Home
last modified time | relevance | path

Searched refs:err_group (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c454 uint16_t err_group; in img_mgmt_erase() local
457 &err_group); in img_mgmt_erase()
490 uint16_t err_group; in img_mgmt_slot_info() local
578 &err_rc, &err_group); in img_mgmt_slot_info()
591 smp_add_cmd_err(zse, err_group, (uint16_t)err_rc); in img_mgmt_slot_info()
630 &err_rc, &err_group); in img_mgmt_slot_info()
639 smp_add_cmd_err(zse, err_group, (uint16_t)err_rc); in img_mgmt_slot_info()
745 uint16_t err_group; in img_mgmt_upload() local
787 &err_group); in img_mgmt_upload()
810 sizeof(upload_check_data), &err_rc, &err_group); in img_mgmt_upload()
[all …]
Dimg_mgmt_state.c392 uint16_t err_group; in img_mgmt_state_confirm() local
405 &err_group); in img_mgmt_state_confirm()
426 uint16_t err_group; in img_mgmt_state_encode_slot() local
474 sizeof(slot_encode_data), &err_rc, &err_group); in img_mgmt_state_encode_slot()
577 uint16_t err_group; in img_mgmt_set_next_boot_slot_common() local
581 &err_group); in img_mgmt_set_next_boot_slot_common()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c372 uint16_t err_group; in os_mgmt_reset() local
387 sizeof(reboot_data), &err_rc, &err_group); in os_mgmt_reset()
396 ok = smp_add_cmd_err(zse, err_group, (uint16_t)err_rc); in os_mgmt_reset()
459 uint16_t err_group; in os_mgmt_bootloader_info() local
478 sizeof(bootloader_info_data), &err_rc, &err_group); in os_mgmt_bootloader_info()
485 ok = smp_add_cmd_err(zse, err_group, (uint16_t)err_rc); in os_mgmt_bootloader_info()
566 uint16_t err_group; in os_mgmt_info() local
643 sizeof(check_data), &err_rc, &err_group); in os_mgmt_info()
809 sizeof(append_data), &err_rc, &err_group); in os_mgmt_info()
818 ok = smp_add_cmd_err(zse, err_group, (uint16_t)err_rc); in os_mgmt_info()
[all …]
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/src/
Dexample_mgmt.c90 uint16_t err_group; in example_mgmt_other() local
109 &err_rc, &err_group); in example_mgmt_other()
119 ok = smp_add_cmd_err(zse, err_group, (uint16_t)err_rc); in example_mgmt_other()
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/src/
Dmgmt.c148 int32_t *err_rc, uint16_t *err_group) in mgmt_callback_notify() argument
157 *err_group = 0; in mgmt_callback_notify()
177 uint16_t cached_group = *err_group; in mgmt_callback_notify()
193 *err_group = cached_group; in mgmt_callback_notify()
/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/
Dsmp.c169 uint16_t err_group; in smp_handle_single_payload() local
220 &err_rc, &err_group); in smp_handle_single_payload()
229 ok = smp_add_cmd_err(cbuf->writer->zs, err_group, in smp_handle_single_payload()
394 uint16_t err_group; in smp_process_request_packet() local
466 sizeof(cmd_done_arg), &err_rc, &err_group); in smp_process_request_packet()
480 sizeof(cmd_done_arg), &err_rc, &err_group); in smp_process_request_packet()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt.c230 uint16_t err_group; in fs_mgmt_file_download() local
254 sizeof(file_access_data), &err_rc, &err_group); in fs_mgmt_file_download()
262 ok = smp_add_cmd_err(zse, err_group, (uint16_t)err_rc); in fs_mgmt_file_download()
379 uint16_t err_group; in fs_mgmt_file_upload() local
404 sizeof(file_access_data), &err_rc, &err_group); in fs_mgmt_file_upload()
412 ok = smp_add_cmd_err(zse, err_group, (uint16_t)err_rc); in fs_mgmt_file_upload()
592 uint16_t err_group; in fs_mgmt_file_status() local
609 sizeof(file_access_data), &err_rc, &err_group); in fs_mgmt_file_status()
616 ok = smp_add_cmd_err(zse, err_group, (uint16_t)err_rc); in fs_mgmt_file_status()
684 uint16_t err_group; in fs_mgmt_file_hash_checksum() local
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/src/
Denum_mgmt.c53 uint16_t err_group; member
153 sizeof(group_detail_data), &data->err_rc, &data->err_group); in enum_mgmt_cb_details()
430 smp_add_cmd_err(zse, arguments.err_group, (uint16_t)arguments.err_rc); in enum_mgmt_details()
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/
Dcallbacks.h322 int32_t *err_rc, uint16_t *err_group);
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_callbacks.rst240 uint16_t err_group;
248 sizeof(test_data), &err_rc, &err_group);
258 ok = smp_add_cmd_err(zse, err_group, (uint16_t)err_rc);