Searched refs:test_file_int_1 (Results 1 – 6 of 6) sorted by relevance
/external/coreboot/tests/lib/ |
D | cbfs-lookup-test.c | 218 &test_file_int_1, &test_file_2, NULL, &test_file_int_2, in test_cbfs_map() 301 NULL, &test_file_1, &test_file_2, &test_file_int_1, in test_cbfs_cbmem_alloc() 389 &test_file_int_1, in test_cbfs_image_not_aligned() 534 ALIGN_UP(sizeof(test_file_int_1) + second_file_start, CBFS_ALIGNMENT); in test_cbfs_unaligned_file_in_the_middle() 537 memcpy(&s->cbfs_buf[second_file_start], &test_file_int_1, sizeof(test_file_int_1)); in test_cbfs_unaligned_file_in_the_middle() 569 ALIGN_UP(sizeof(test_file_int_1) + second_file_start, CBFS_ALIGNMENT); in test_cbfs_overlapping_files() 576 memcpy(&s->cbfs_buf[second_file_start], &test_file_int_1, sizeof(test_file_int_1)); in test_cbfs_overlapping_files() 594 &s->cbfs_buf[second_file_start + be32_to_cpu(test_file_int_1.header.offset)]); in test_cbfs_overlapping_files() 610 ALIGN_UP(sizeof(test_file_int_1) + second_file_start, CBFS_ALIGNMENT); in test_cbfs_incorrect_file_in_the_middle() 615 memcpy(&s->cbfs_buf[second_file_start], &test_file_int_1, sizeof(test_file_int_1)); in test_cbfs_incorrect_file_in_the_middle() [all …]
|
/external/coreboot/payloads/libpayload/tests/libcbfs/ |
D | cbfs-lookup-test.c | 328 &test_file_int_1, &test_file_2, NULL, &test_file_int_3, in test_cbfs_map() 342 foffset + be32toh(test_file_int_1.header.offset)); in test_cbfs_map() 453 &test_file_1, &test_file_2, &test_file_int_1, in test_cbfs_successful_fallback_to_ro() 454 &test_file_int_1, &test_file_int_2, &test_file_int_3, in test_cbfs_successful_fallback_to_ro() 507 &test_file_int_1, &test_file_2, NULL, &test_file_int_3, in test_cbfs_load() 523 foffset + be32toh(test_file_int_1.header.offset)); in test_cbfs_load() 547 &test_file_int_3, &test_file_int_1, &test_file_2, in test_cbfs_map_with_mcache() 565 foffset + be32toh(test_file_int_1.header.offset)); in test_cbfs_map_with_mcache() 581 &test_file_int_3, &test_file_int_1, &test_file_2, in test_cbfs_boot_device_read_failure() 608 &test_file_int_1, &test_file_2, NULL, &test_file_int_3, in test_cbfs_unverified_area_map() [all …]
|
/external/coreboot/tests/include/tests/lib/ |
D | cbfs_util.h | 108 extern const struct cbfs_test_file test_file_int_1;
|
/external/coreboot/payloads/libpayload/tests/include/mocks/ |
D | cbfs_util.h | 110 extern const struct cbfs_test_file test_file_int_1;
|
/external/coreboot/tests/mock/ |
D | cbfs_file_mock.c | 70 const struct cbfs_test_file test_file_int_1 = { variable
|
/external/coreboot/payloads/libpayload/tests/mocks/ |
D | cbfs_file_mock.c | 68 const struct cbfs_test_file test_file_int_1 = { variable
|