Searched refs:flashrom_layout_include_region (Results 1 – 9 of 9) sorted by relevance
/external/flashrom/tests/ |
D | layout.c | 35 assert_int_equal(0, flashrom_layout_include_region(layout, "first region")); in included_regions_dont_overlap_test_success() 40 assert_int_equal(0, flashrom_layout_include_region(layout, "second region")); in included_regions_dont_overlap_test_success() 63 assert_int_equal(0, flashrom_layout_include_region(layout, "first region")); in included_regions_overlap_test_success() 68 assert_int_equal(0, flashrom_layout_include_region(layout, "second region")); in included_regions_overlap_test_success() 91 assert_int_equal(0, flashrom_layout_include_region(layout, "first region")); in region_not_included_overlap_test_success() 123 assert_int_equal(0, flashrom_layout_include_region(layout, "region")); in layout_pass_sanity_checks_test_success() 125 assert_int_equal(0, flashrom_layout_include_region(layout, "region2")); in layout_pass_sanity_checks_test_success() 162 assert_int_equal(0, flashrom_layout_include_region(layout, "region")); in layout_region_invalid_address_test_success() 194 assert_int_equal(0, flashrom_layout_include_region(layout, "region")); in layout_region_invalid_range_test_success()
|
D | chip_wp.c | 267 assert_int_equal(0, flashrom_layout_include_region(layout, "head")); in full_chip_erase_with_wp_dummyflasher_test_success() 268 assert_int_equal(0, flashrom_layout_include_region(layout, "tail")); in full_chip_erase_with_wp_dummyflasher_test_success() 317 assert_int_equal(0, flashrom_layout_include_region(layout, "tail")); in partial_chip_erase_with_wp_dummyflasher_test_success()
|
D | chip.c | 92 assert_int_equal(0, flashrom_layout_include_region(*layout, "region")); in setup_chip() 507 assert_int_equal(0, flashrom_layout_include_region(layout, "region0")); in write_nonaligned_region_with_dummyflasher_test_success() 528 assert_int_equal(0, flashrom_layout_include_region(layout, "entire")); in write_nonaligned_region_with_dummyflasher_test_success()
|
/external/flashrom/ |
D | libflashrom.map | 18 flashrom_layout_include_region;
|
D | layout.c | 463 int flashrom_layout_include_region(struct flashrom_layout *const layout, const char *name) in flashrom_layout_include_region() function
|
D | flashrom.c | 1007 flashrom_layout_include_region(flash->default_layout, "complete flash")) in init_default_layout()
|
/external/vboot_reference/host/lib/ |
D | flashrom_drv.c | 105 r |= flashrom_layout_include_region(layout, regions[i]); in flashrom_read_image_impl() 230 r |= flashrom_layout_include_region(layout, regions[i]); in flashrom_write_image()
|
/external/flashrom/include/ |
D | libflashrom.h | 431 int flashrom_layout_include_region(struct flashrom_layout *layout, const char *name);
|
/external/flashrom/bindings/rust/libflashrom/src/ |
D | lib.rs | 952 libflashrom_sys::flashrom_layout_include_region( in include_region()
|