Searched refs:test_file_int_2 (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() 302 NULL, &test_file_int_2, &test_file_int_3, NULL, in test_cbfs_cbmem_alloc() 413 memcpy(s->cbfs_buf, &test_file_int_2, sizeof(test_file_int_2)); in test_cbfs_file_not_aligned() 414 memcpy(&s->cbfs_buf[ALIGN_UP(sizeof(test_file_int_2), CBFS_ALIGNMENT) + 5], in test_cbfs_file_not_aligned() 441 memcpy(&s->cbfs_buf[garbage_sz], &test_file_int_2, sizeof(test_file_int_2)); in test_cbfs_garbage_data_before_aligned_file() 463 memcpy(&s->cbfs_buf[garbage_sz], &test_file_int_2, sizeof(test_file_int_2)); in test_cbfs_garbage_data_before_unaligned_file() 538 memcpy(&s->cbfs_buf[third_file_start], &test_file_int_2, sizeof(test_file_int_2)); in test_cbfs_unaligned_file_in_the_middle() 558 &s->cbfs_buf[third_file_start + be32_to_cpu(test_file_int_2.header.offset)]); in test_cbfs_unaligned_file_in_the_middle() 559 assert_int_equal(size_out, be32_to_cpu(test_file_int_2.header.len)); in test_cbfs_unaligned_file_in_the_middle() 571 third_file_start + sizeof(test_file_int_2) - second_file_start; in test_cbfs_overlapping_files() [all …]
|
/external/coreboot/payloads/libpayload/tests/libcbfs/ |
D | cbfs-lookup-test.c | 329 &test_file_int_2, NULL, NULL, &test_file_1, in test_cbfs_map() 382 foffset + be32toh(test_file_int_2.header.offset)); in test_cbfs_map() 454 &test_file_int_1, &test_file_int_2, &test_file_int_3, in test_cbfs_successful_fallback_to_ro() 508 &test_file_int_2, NULL, NULL, &test_file_1, in test_cbfs_load() 546 &test_file_int_2, &test_file_1, NULL, in test_cbfs_map_with_mcache() 609 &test_file_int_2, NULL, NULL, &test_file_1, in test_cbfs_unverified_area_map() 662 foffset + be32toh(test_file_int_2.header.offset)); in test_cbfs_unverified_area_map()
|
/external/coreboot/tests/include/tests/lib/ |
D | cbfs_util.h | 109 extern const struct cbfs_test_file test_file_int_2;
|
/external/coreboot/payloads/libpayload/tests/include/mocks/ |
D | cbfs_util.h | 111 extern const struct cbfs_test_file test_file_int_2;
|
/external/coreboot/tests/mock/ |
D | cbfs_file_mock.c | 78 const struct cbfs_test_file test_file_int_2 = { variable
|
/external/coreboot/payloads/libpayload/tests/mocks/ |
D | cbfs_file_mock.c | 76 const struct cbfs_test_file test_file_int_2 = { variable
|