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/ |
D | zephyr_img_mgmt.c | 562 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 …]
|
D | img_mgmt.c | 774 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/ |
D | img_mgmt.h | 359 #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
|