Home
last modified time | relevance | path

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

/mcuboot-latest/sim/simflash/src/
Dpdump.rs16 total_count: usize, field
25 total_count: 0, in new()
50 println!("{:06x} {:-49} |{}|", self.total_count, self.hex, self.ascii); in ship()
54 self.total_count += 16; in ship()
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c371 uint32_t total_count = 0; in flash_area_get_sectors() local
374 sectors[total_count].fs_off = off; in flash_area_get_sectors()
375 sectors[total_count].fs_size = sector_size; in flash_area_get_sectors()
376 total_count++; in flash_area_get_sectors()
379 *count = total_count; in flash_area_get_sectors()
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c666 uint32_t total_count = 0; in flash_area_get_sectors() local
675 sectors[total_count].fs_off = off; in flash_area_get_sectors()
676 sectors[total_count].fs_size = sector_size; in flash_area_get_sectors()
677 total_count++; in flash_area_get_sectors()
680 *count = total_count; in flash_area_get_sectors()
682 DEBUGASSERT(total_count == dev->mtdgeo.neraseblocks); in flash_area_get_sectors()
/mcuboot-latest/sim/src/
Dimage.rs79 total_count: Option<i32>, field
265 total_count: None, in make_no_upgrade_image()
282 let total_count = match images.run_basic_upgrade(permanent) { in make_image() localVariable
292 images.total_count = Some(total_count); in make_image()
314 total_count: None, in make_bad_secondary_slot_image()
337 total_count: None, in make_oversized_secondary_slot_image()
359 total_count: None, in make_erased_secondary_image()
381 total_count: None, in make_bootstrap_image()
403 total_count: None, in make_oversized_bootstrap_image()
427 total_count: None, in make_image_with_security_counter()
[all …]