Searched refs:app_count (Results 1 – 2 of 2) sorted by relevance
172 ++bs->app_count; in bootloader_utility_load_partition_table()233 if (index >= 0 && index < MAX_OTA_SLOTS && index < (int)bs->app_count) { in index_to_partition()303 ota_slot = ota_seq % bs->app_count; // Actual OTA partition selection in get_active_otadata_with_check_anti_rollback()348 bs->app_count == 0) {349 …mpty (all-0xFF) or partition table does not have bootable ota_apps (app_count=%d)", bs->app_count);382 boot_index = ota_seq % bs->app_count; // Actual OTA partition selection503 for (index = start_index + 1; index < (int)bs->app_count; index++) {
38 uint32_t app_count; member