Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zephyr/
Dboot_serial_extensions.c19 int mgmt_rc = MGMT_ERR_ENOTSUP; in bs_peruser_system_specific() local
23 mgmt_rc = function->handler(hdr, buffer, len, cs); in bs_peruser_system_specific()
25 if (mgmt_rc != MGMT_ERR_ENOTSUP) { in bs_peruser_system_specific()
31 if (mgmt_rc == MGMT_ERR_ENOTSUP) { in bs_peruser_system_specific()
34 zcbor_uint32_put(cs, mgmt_rc); in bs_peruser_system_specific()