Searched refs:total_count (Results 1 – 4 of 4) sorted by relevance
/mcuboot-3.4.0/sim/simflash/src/ |
D | pdump.rs | 16 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-3.4.0/boot/nuttx/src/flash_map_backend/ |
D | flash_map_backend.c | 666 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-3.4.0/boot/espressif/port/ |
D | esp_mcuboot.c | 355 uint32_t total_count = 0; in flash_area_get_sectors() local 358 sectors[total_count].fs_off = off; in flash_area_get_sectors() 359 sectors[total_count].fs_size = sector_size; in flash_area_get_sectors() 360 total_count++; in flash_area_get_sectors() 363 *count = total_count; in flash_area_get_sectors()
|
/mcuboot-3.4.0/sim/src/ |
D | image.rs | 82 total_count: Option<i32>, field 240 total_count: None, in make_no_upgrade_image() 257 let total_count = match images.run_basic_upgrade(permanent) { in make_image() localVariable 267 images.total_count = Some(total_count); in make_image() 289 total_count: None, in make_bad_secondary_slot_image() 312 total_count: None, in make_oversized_secondary_slot_image() 334 total_count: None, in make_erased_secondary_image() 356 total_count: None, in make_bootstrap_image() 378 total_count: None, in make_oversized_bootstrap_image() 518 let (flash, total_count) = self.try_upgrade(None, permanent); in run_basic_upgrade() [all …]
|