Searched refs:start_index (Results 1 – 2 of 2) sorted by relevance
48 …oreturn__)) void bootloader_utility_load_boot_image(const bootloader_state_t *bs, int start_index);
515 void bootloader_utility_load_boot_image(const bootloader_state_t *bs, int start_index) argument517 int index = start_index;521 if (start_index == TEST_APP_INDEX) {531 for (index = start_index; index >= FACTORY_INDEX; index--) {545 for (index = start_index + 1; index < (int)bs->app_count; index++) {