Home
last modified time | relevance | path

Searched refs:IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c562 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, img_mgmt_err_str_hdr_malformed); in img_mgmt_upload_inspect()
585 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, img_mgmt_err_str_hdr_malformed); in img_mgmt_upload_inspect()
591 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, img_mgmt_err_str_hdr_malformed); in img_mgmt_upload_inspect()
599 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, img_mgmt_err_str_magic_mismatch); in img_mgmt_upload_inspect()
624 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, img_mgmt_err_str_no_slot); in img_mgmt_upload_inspect()
630 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, in img_mgmt_upload_inspect()
638 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, in img_mgmt_upload_inspect()
667 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, in img_mgmt_upload_inspect()
688 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, in img_mgmt_upload_inspect()
703 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, in img_mgmt_upload_inspect()
[all …]
Dimg_mgmt.c774 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(&action, NULL); in img_mgmt_upload()
813 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(&action, img_mgmt_err_str_app_reject); in img_mgmt_upload()
894 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(&action, in img_mgmt_upload()
924 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(&action, in img_mgmt_upload()
927 IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(&action, in img_mgmt_upload()
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt.h359 #define IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, rsn) ((action)->rc_rsn = (rsn)) macro
374 #define IMG_MGMT_UPLOAD_ACTION_SET_RC_RSN(action, rsn) macro