Searched refs:img_mgmt_vercmp (Results 1 – 4 of 4) sorted by relevance
346 int img_mgmt_vercmp(const struct image_version *a, const struct image_version *b);
141 if (rcs == 0 && rca == 0 && img_mgmt_vercmp(&aver, &sver) < 0) { in img_mgmt_state_flags()285 } else if (img_mgmt_vercmp(&aver, &over) < 0) { in img_mgmt_get_next_boot_slot()294 if (rcs == 0 && rca == 0 && img_mgmt_vercmp(&aver, &over) < 0) { in img_mgmt_get_next_boot_slot()
246 int img_mgmt_vercmp(const struct image_version *a, const struct image_version *b) in img_mgmt_vercmp() function732 if (img_mgmt_vercmp(&cur_ver, &hdr->ih_ver) >= 0) { in img_mgmt_upload_inspect()
985 * Made the ``img_mgmt_vercmp()`` function public to allow application-